add a commentary for another way to set the GRUB_TIMEOUT to 1

This commit is contained in:
lukas 2021-07-01 12:24:12 +02:00
parent a84eb024aa
commit 6a45f496ad

View File

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