From 1f4c5e1118f7a1ce079582392894462cf189fc3e Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 13 Dec 2021 17:50:53 -0500 Subject: [PATCH] Add blacklist of hpwdt to default cmdline --- templates/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/install.sh b/templates/install.sh index 0c99730..d121087 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="${target_consoles}" +GRUB_CMDLINE_LINUX="blacklist=hpwdt ${target_consoles}" GRUB_TERMINAL_INPUT="console serial" GRUB_TERMINAL_OUTPUT="gfxterm serial" GRUB_SERIAL_COMMAND="serial --unit=0 --unit=1 --speed=115200"