tRemove 'quiet' from GRUB kernel cmdline params in VM. - libdevuansdk - common library for devuan's simple distro kits HTML git clone https://git.parazyd.org/libdevuansdk DIR Log DIR Files DIR Refs DIR Submodules DIR README DIR LICENSE --- DIR commit 2cf0d648bad5a2bfe0026158228d6e355a9b7e61 DIR parent 458be78366e0f26c16efbdf333fadd6a25150f11 HTML Author: parazyd <parazyd@dyne.org> Date: Tue, 18 Sep 2018 14:40:14 +0200 Remove 'quiet' from GRUB kernel cmdline params in VM. Diffstat: M zlibs/vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/zlibs/vm b/zlibs/vm t@@ -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" \