Skip to content

Commit 1bfa6f4

Browse files
committed
Plain zipl loader needs boot partition
If the rootfs is something zipl cannot read, we need an extra boot partition using a supported filesystem
1 parent 233aa77 commit 1bfa6f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-tests/s390/tumbleweed/test-image-MicroOS/appliance.kiwi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
btrfs_root_is_readonly_snapshot="false"
2929
btrfs_root_is_subvolume="true"
3030
btrfs_quota_groups="true"
31-
bootpartition="false"
31+
bootpartition="true"
32+
bootfilesystem="ext3"
3233
format="qcow2"
3334
>
3435
<oemconfig>

0 commit comments

Comments
 (0)