platforms/server: Use ext4 for the /boot partition
This avoids issues where U-Boot cannot read the DeviceTree files on /boot and fails to initialize the system properly.
This commit is contained in:
parent
532ef79044
commit
df53532b87
@ -6,7 +6,7 @@
|
|||||||
</profile>
|
</profile>
|
||||||
</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="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="none" timeout="5" timeout_style="menu"/>
|
<bootloader name="grub2" console="none" timeout="5" timeout_style="menu"/>
|
||||||
<systemdisk name="fedora">
|
<systemdisk name="fedora">
|
||||||
<volume name="@root=root"/>
|
<volume name="@root=root"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user