forked from roots/phyllomeos
		
	set grub timeout to 1 second
add command to set the grub timeout to 1 second
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user