set grub timeout to 1 second

add command to set the grub timeout to 1 second
This commit is contained in:
lukas 2021-06-04 16:43:58 +00:00
parent 4b16d91cf2
commit 90d2f9e20c

View File

@ -176,8 +176,11 @@ dnf install -y spice-vdagent qemu-guest-agent
# echo "kvmgt" > /etc/modules-load.d/kvmgt.conf
# echo "vfio-mdev" > /etc/modules-load.d/vfio-mdev.conf
# set the GRUB_TIMEOUT countdown to 1 instead of 5 seconds.
sed -i 's/5/1/' /etc/default/grub
# Update grub
# grub2-mkconfig -o /boot/grub2/grub.cfg
grub2-mkconfig -o /boot/grub2/grub.cfg
## Reboot the installer (doesn't work (tm))
reboot