From a9f19b4f02b70cd32424de213a3464a0db2400e6 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 20 Nov 2022 18:02:49 +0530 Subject: [PATCH] increase timeout to 10 because idk how get back the systemd-boot boot menu --- scripts/chroot-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/chroot-setup.sh b/scripts/chroot-setup.sh index 4e1a143..9c3823e 100644 --- a/scripts/chroot-setup.sh +++ b/scripts/chroot-setup.sh @@ -94,7 +94,7 @@ mkdir -p "$ESP_PATH"/loader/entries cat < "$ESP_PATH"/loader/loader.conf default arch.conf -timeout 0 +timeout 10 console-mode auto editor no auto-firmware no