mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 13:05:17 +00:00
add a commentary for another way to set the GRUB_TIMEOUT to 1
This commit is contained in:
parent
a84eb024aa
commit
6a45f496ad
@ -106,7 +106,7 @@ qemu-guest-agent # Install software to allow the host to better interact with th
|
||||
%post --log=/root/ks-post.log ## Start of the %post section with logging into /root/ks-post.log
|
||||
|
||||
localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked
|
||||
sed -i 's/5/1/' /etc/default/grub # set the GRUB_TIMEOUT countdown to 1 instead of 5 seconds.
|
||||
sed -i 's/5/1/' /etc/default/grub # set the GRUB_TIMEOUT countdown to 1 instead of 5 seconds. This command could be used `bootloader --timeout=1` in the disk section
|
||||
grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub
|
||||
reboot # Reboot the installer (doesn't work (tm))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user