put the bootloader timeout in base ks

This commit is contained in:
lukas 2021-11-28 18:02:18 +01:00
parent 157ceb9ab1
commit f1c8280316

View File

@ -5,9 +5,8 @@
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
# What ? This kickstart file provides a basic EXT4 layout for EFI, without encryption.
# What ? This kickstart file provides a basic EXT4 layout for EFI-based systems, without encryption.
part /boot/efi --fstype="efi" --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi # Will create an efi partitition of 128 MiB (vda1)
part /boot --fstype="ext4" --size=384 --label=boot # Create a boot partition of 384 MiB using the ext4 filesystem (vda2).
part / --fstype="ext4" --grow --label=root # The remaining space will be used for root (vda3).
bootloader --timeout=1 # Set the GNU GRUB bootloader timeout to 1.