From 5cb7308e22216db51ee22a4d08a82a678992a25f Mon Sep 17 00:00:00 2001 From: Lycs-D <139197676+Lycs-D@users.noreply.github.com> Date: Fri, 8 Sep 2023 20:57:29 +0800 Subject: [PATCH] Set grub timeout to 1 --- Linux_reinstall/InstallNET.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Linux_reinstall/InstallNET.sh b/Linux_reinstall/InstallNET.sh index c501bf0..3e87693 100644 --- a/Linux_reinstall/InstallNET.sh +++ b/Linux_reinstall/InstallNET.sh @@ -2509,6 +2509,7 @@ d-i grub-installer/with_other_os boolean true d-i grub-installer/bootdev string ${IncDisk} d-i grub-installer/force-efi-extra-removable boolean true d-i debian-installer/add-kernel-opts string net.ifnames=0 biosdevname=0 ipv6.disable=1 +grub-pc grub-pc/timeout string 1 ### Shutdown machine d-i finish-install/reboot_in_progress note