From 75cb53362b3b28bb2a173c192be59232d432e63b Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 13 Dec 2021 17:53:25 -0500 Subject: [PATCH] Add noautogroup too As per https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1318551 --- templates/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/install.sh b/templates/install.sh index d121087..f101142 100755 --- a/templates/install.sh +++ b/templates/install.sh @@ -944,7 +944,7 @@ cat <&2 GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="Parallel Virtual Cluster (PVC) - Debian" -GRUB_CMDLINE_LINUX="blacklist=hpwdt ${target_consoles}" +GRUB_CMDLINE_LINUX="noautogroup blacklist=hpwdt ${target_consoles}" GRUB_TERMINAL_INPUT="console serial" GRUB_TERMINAL_OUTPUT="gfxterm serial" GRUB_SERIAL_COMMAND="serial --unit=0 --unit=1 --speed=115200"