From 6a45f496ad1779f94dacb10f821ed2c3f03a857c Mon Sep 17 00:00:00 2001 From: lukas Date: Thu, 1 Jul 2021 12:24:12 +0200 Subject: [PATCH] add a commentary for another way to set the GRUB_TIMEOUT to 1 --- f34/vemsd.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f34/vemsd.cfg b/f34/vemsd.cfg index 4e59c83..cd00301 100644 --- a/f34/vemsd.cfg +++ b/f34/vemsd.cfg @@ -106,7 +106,7 @@ qemu-guest-agent # Install software to allow the host to better interact with th %post --log=/root/ks-post.log ## Start of the %post section with logging into /root/ks-post.log localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked -sed -i 's/5/1/' /etc/default/grub # set the GRUB_TIMEOUT countdown to 1 instead of 5 seconds. +sed -i 's/5/1/' /etc/default/grub # set the GRUB_TIMEOUT countdown to 1 instead of 5 seconds. This command could be used `bootloader --timeout=1` in the disk section grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub reboot # Reboot the installer (doesn't work (tm))