Add noautogroup too

As per https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1318551
This commit is contained in:
Joshua Boniface 2023-09-01 15:41:58 -04:00
parent 0870e458a2
commit 5290cbaaa9
1 changed files with 1 additions and 1 deletions

View File

@ -944,7 +944,7 @@ cat <<EOF | tee ${target}/etc/default/grub >&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"