From 90d2f9e20cf52325801c9e2d87271a64277f6a82 Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 4 Jun 2021 16:43:58 +0000 Subject: [PATCH] set grub timeout to 1 second add command to set the grub timeout to 1 second --- f34/main.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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