reduce grub timeout on server to 1

Signed-off-by: Michael Gerlach <n3ph@cccfr.de>
This commit is contained in:
Michael Gerlach 2023-09-21 19:09:44 +02:00
parent 6ab70da9f5
commit 5400cc5212
No known key found for this signature in database
GPG Key ID: 520DF07814B030DF

View File

@ -7,7 +7,7 @@
</profiles>
<preferences profiles="Server">
<type image="oem" filesystem="btrfs" kernelcmdline="" target_blocksize="4096" bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="500" firmware="uefi" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" rootfs_label="fedora" fsmountoptions="x-systemd.growfs,compress=zstd:1">
<bootloader name="grub2" console="console" timeout="5" timeout_style="hidden"/>
<bootloader name="grub2" console="console" timeout="1" timeout_style="hidden"/>
<systemdisk name="fedora">
<volume name="@root=root"/>
<volume name="home" parent="/"/>