libdevuansdk

common library for devuan's simple distro kits
git clone https://git.parazyd.org/libdevuansdk
Log | Files | Refs | Submodules | README | LICENSE

commit 2cf0d648bad5a2bfe0026158228d6e355a9b7e61
parent 458be78366e0f26c16efbdf333fadd6a25150f11
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 18 Sep 2018 14:40:14 +0200

Remove 'quiet' from GRUB kernel cmdline params in VM.

Diffstat:
Mzlibs/vm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zlibs/vm b/zlibs/vm @@ -55,7 +55,7 @@ vm_setup_grub() { export DEBIAN_FRONTEND=noninteractive apt-get --yes --force-yes install linux-image-amd64 grub-pc sed -e 's:GRUB_TIMEOUT=5:GRUB_TIMEOUT=1:' -i /etc/default/grub -sed -e 's:GRUB_CMDLINE_LINUX_DEFAULT=".*":GRUB_CMDLINE_LINUX_DEFAULT="quiet net.ifnames=0":' \ +sed -e 's:GRUB_CMDLINE_LINUX_DEFAULT=".*":GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0":' \ -i /etc/default/grub update-grub grub-install --no-floppy --recheck --modules="biosdisk part_msdos" \