mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 05:05:17 +00:00
set grub timeout to 1 second
add command to set the grub timeout to 1 second
This commit is contained in:
parent
4b16d91cf2
commit
90d2f9e20c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user