reduce grub timeout on workstation to 1

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

View File

@ -15,7 +15,7 @@
</profiles> </profiles>
<preferences profiles="WorkstationCommon"> <preferences profiles="WorkstationCommon">
<type image="oem" filesystem="btrfs" kernelcmdline="rhgb quiet" target_blocksize="4096" bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="500" firmware="uefi" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" rootfs_label="fedora" fsmountoptions="x-systemd.growfs,compress=zstd:1"> <type image="oem" filesystem="btrfs" kernelcmdline="rhgb quiet" target_blocksize="4096" bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" 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"> <systemdisk name="fedora">
<volume name="@root=root"/> <volume name="@root=root"/>
<volume name="home" parent="/"/> <volume name="home" parent="/"/>