From 5290cbaaa91ecf30fc3f38bb453249b4bc147ee9 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:58 -0400 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"