Skip to content

Commit

Permalink
Switch universal box to btrfs
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Sep 1, 2024
1 parent 6289c16 commit badc0cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions boxes/universal/appliance.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@
</type>
</preferences>
<preferences profiles="System" arch="ppc64le">
<type image="oem" filesystem="ext2" firmware="ofw" format="qcow2" formatoptions="preallocation=metadata,compat=1.1,lazy_refcounts=on">
<type image="oem" filesystem="btrfs" firmware="ofw" format="qcow2" formatoptions="preallocation=metadata,compat=1.1,lazy_refcounts=on">
<oemconfig>
<oem-resize>false</oem-resize>
</oemconfig>
<bootloader name="grub2"/>
<size unit="G">50</size>
<size unit="G">500</size>
</type>
</preferences>
<preferences profiles="System" arch="x86_64,aarch64">
<type image="oem" filesystem="ext2" firmware="uefi" format="qcow2" formatoptions="preallocation=metadata,compat=1.1,lazy_refcounts=on">
<type image="oem" filesystem="btrfs" firmware="uefi" format="qcow2" formatoptions="preallocation=metadata,compat=1.1,lazy_refcounts=on">
<oemconfig>
<oem-resize>false</oem-resize>
</oemconfig>
<bootloader name="grub2"/>
<size unit="G">50</size>
<size unit="G">500</size>
</type>
</preferences>
<users>
Expand Down

0 comments on commit badc0cc

Please sign in to comment.