display grub menu for minimal and server profiles
This commit is contained in:
parent
0625f79972
commit
82bcc1db83
@ -7,7 +7,7 @@
|
|||||||
</profiles>
|
</profiles>
|
||||||
<preferences profiles="Minimal">
|
<preferences profiles="Minimal">
|
||||||
<type image="oem" filesystem="btrfs" kernelcmdline="" 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="" 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="1" timeout_style="hidden"/>
|
<bootloader name="grub2" console="none" timeout="5" timeout_style="menu"/>
|
||||||
<systemdisk name="fedora">
|
<systemdisk name="fedora">
|
||||||
<volume name="@root=root"/>
|
<volume name="@root=root"/>
|
||||||
<volume name="home" parent="/"/>
|
<volume name="home" parent="/"/>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
</profiles>
|
</profiles>
|
||||||
<preferences profiles="Server">
|
<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">
|
<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="1" timeout_style="hidden"/>
|
<bootloader name="grub2" console="none" timeout="5" timeout_style="menu"/>
|
||||||
<systemdisk name="fedora">
|
<systemdisk name="fedora">
|
||||||
<volume name="@root=root"/>
|
<volume name="@root=root"/>
|
||||||
<volume name="home" parent="/"/>
|
<volume name="home" parent="/"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user