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))