diff --git a/f34/main.cfg b/f34/main.cfg index 8f06fdc..a3bf233 100644 --- a/f34/main.cfg +++ b/f34/main.cfg @@ -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