Skip to content

Commit

Permalink
Fixed MicroOS integration test
Browse files Browse the repository at this point in the history
temporarily disable ignition/combustion/growpart and use
kiwi's resize code for testing, oem-resize set to true
  • Loading branch information
schaefi committed Feb 16, 2024
1 parent df5c1e0 commit 6fb27b9
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions build-tests/x86/tumbleweed/test-image-MicroOS/appliance.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
<type
image="oem"
luks="linux"
luks_pbkdf="pbkdf2"
luks_version="luks2"
filesystem="btrfs"
firmware="uefi"
installiso="true"
Expand All @@ -30,12 +32,13 @@
devicepersistency="by-uuid"
btrfs_root_is_snapshot="true"
btrfs_root_is_readonly_snapshot="true"
btrfs_root_is_subvolume="true"
btrfs_quota_groups="true"
format="qcow2"
>
<oemconfig>
<oem-unattended>true</oem-unattended>
<oem-resize>false</oem-resize>
<oem-resize>true</oem-resize>
</oemconfig>
<bootloader name="grub2" console="serial" timeout="10"/>
<systemdisk>
Expand All @@ -49,7 +52,7 @@
<volume name="usr/local"/>
<volume name="var" copy_on_write="false"/>
</systemdisk>
<size unit="G">5</size>
<size unit="G">2</size>
<installmedia>
<initrd action="omit">
<dracut module="combustion"/>
Expand Down Expand Up @@ -109,9 +112,10 @@
<package name="patterns-base-bootloader"/>
<package name="patterns-microos-defaults"/>
<package name="kernel-default"/>
<package name="ignition-dracut"/>
<package name="combustion"/>
<package name="growpart-generator"/>
<!-- disabled as it causes the system to be no longer bootable -->
<!-- <package name="ignition-dracut"/>-->
<!-- <package name="combustion"/>-->
<!-- <package name="growpart-generator"/>-->
<package name="qemu-guest-agent"/>
<package name="dracut-kiwi-oem-repart"/>
<package name="dracut-kiwi-oem-dump"/>
Expand All @@ -125,6 +129,7 @@
</packages>
<packages type="bootstrap">
<package name="coreutils"/>
<package name="shadow"/>
<package name="gzip"/>
<package name="gawk"/>
<package name="openssl"/>
Expand Down

0 comments on commit 6fb27b9

Please sign in to comment.