diff options
| author | 2025-02-20 14:46:28 -0500 | |
|---|---|---|
| committer | 2025-02-20 14:46:28 -0500 | |
| commit | fcdcd34d509bc1daf38559c802d8b45680fddaec (patch) | |
| tree | e151d00d3a7d7b8d9445ded887a5d6b83ddde946 /teams/server.xml | |
| parent | 5844c5c608909fce25b94ce9d74e3f405a49fb3b (diff) | |
| download | kiwi-descriptions-fcdcd34d509bc1daf38559c802d8b45680fddaec.tar.gz kiwi-descriptions-fcdcd34d509bc1daf38559c802d8b45680fddaec.zip | |
components/boot, teams/server: Add partitioning hack for the Raspberry Pi 3
The Raspberry Pi 3 does not recognize a FAT filesystem marked with
the 0xef type, so until we drop support for this device, hack the
partition manually to use a legacy FAT filesystem partition type.
Diffstat (limited to 'teams/server.xml')
| -rw-r--r-- | teams/server.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teams/server.xml b/teams/server.xml index a892f34..0413e5a 100644 --- a/teams/server.xml +++ b/teams/server.xml @@ -110,7 +110,7 @@ <preferences profiles="ServerDisk" arch="aarch64"> <type image="oem" filesystem="xfs" - devicepersistency="by-uuid" force_mbr="true" + devicepersistency="by-uuid" force_mbr="true" editbootinstall="editbootinstall_rpilegacy.sh" bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="500" firmware="uefi" rootfs_label="fedora" > |