From f384f264e10fca60781ede95bfc04f407830b470 Mon Sep 17 00:00:00 2001 From: Lukas Date: Sun, 28 Nov 2021 18:02:41 +0100 Subject: [PATCH] put the bootloader timeout in separate kickstart --- blocks/base.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/blocks/base.cfg b/blocks/base.cfg index bd337d3..e3fdc45 100644 --- a/blocks/base.cfg +++ b/blocks/base.cfg @@ -22,6 +22,7 @@ network --onboot=yes --bootproto=dhcp --device=link --activate --hostname=phyll zerombr # WARNING : Dangerous command ! Will clear the Master Boot Record clearpart --all --initlabel # Partition clearing information. This setup uses GPT by default. +bootloader --timeout=1 # Set the GNU GRUB bootloader timeout to 1. %packages --exclude-weakdeps # Beginning of the package section. Does not include weak dependencies.