Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERL-481: nemos-images-reference-*: *: disable bigtime feature on xfs #57

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion nemos-images-reference-lunar/qemu-amd64/appliance.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
<preferences>
<version>1.0.1</version>
<packagemanager>apt</packagemanager>
<!-- NOTE: bigtime is disabled in fscreateoptions to ensure compatibility with older kernels
running on the build hosts. Remove this once it is no longer necessary! -->
<type image="oem" filesystem="xfs" firmware="efi" initrd_system="dracut"
overlayroot="true" overlayroot_write_partition="true"
fscreateoptions="-m bigtime=0"
overlayroot_readonly_partsize="1024" squashfscompression="zstd"
bootpartition="true" bootpartsize="256" bootfilesystem="ext4" format="qcow2"
kernelcmdline="console=ttyS0 rd.systemd.verity=1 root=overlay:MAPPER=verityRoot verityroot=/dev/disk/by-partlabel/p.lxreadonly rd.root.overlay.write=/dev/mapper/luks rd.luks=yes rootwait pstore.backend=efi"
Expand All @@ -30,7 +33,8 @@
<size unit="G">3</size>
<partitions>
<partition name="home" size="10" mountpoint="/home" filesystem="ext4" />
<partition name="oci-storage" size="512" mountpoint="/var/lib/containers/storage" filesystem="xfs" />
<!-- oci-storage should be changed to xfs in the future -->
<partition name="oci-storage" size="512" mountpoint="/var/lib/containers/storage" filesystem="ext4" />
<partition name="oci-preloaded" size="512" mountpoint="/var/lib/containers/loaded" filesystem="squashfs" />
</partitions>
<luksformat>
Expand Down
6 changes: 5 additions & 1 deletion nemos-images-reference-lunar/qemu-arm64/appliance.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
<preferences>
<version>1.0.1</version>
<packagemanager>apt</packagemanager>
<!-- NOTE: bigtime is disabled in fscreateoptions to ensure compatibility with older kernels
running on the build hosts. Remove this once it is no longer necessary! -->
<type image="oem" filesystem="xfs" firmware="efi" initrd_system="dracut"
overlayroot="true" overlayroot_write_partition="true"
fscreateoptions="-m bigtime=0"
overlayroot_readonly_partsize="1024" squashfscompression="zstd"
bootpartition="true" bootpartsize="256" bootfilesystem="ext4" format="qcow2"
kernelcmdline="console=ttyS0 rd.systemd.verity=1 root=overlay:MAPPER=verityRoot verityroot=/dev/disk/by-partlabel/p.lxreadonly rd.root.overlay.write=/dev/mapper/luks rd.luks=yes pstore.backend=efi"
Expand All @@ -30,7 +33,8 @@
<size unit="G">3</size>
<partitions>
<partition name="home" size="10" mountpoint="/home" filesystem="ext4" />
<partition name="oci-storage" size="512" mountpoint="/var/lib/containers/storage" filesystem="xfs" />
<!-- oci-storage should be changed to xfs in the future -->
<partition name="oci-storage" size="512" mountpoint="/var/lib/containers/storage" filesystem="ext4" />
<partition name="oci-preloaded" size="512" mountpoint="/var/lib/containers/loaded" filesystem="squashfs" />
</partitions>
<luksformat>
Expand Down
3 changes: 3 additions & 0 deletions nemos-images-reference-lunar/s32g274ardb2/appliance.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
<preferences>
<version>1.0.1</version>
<packagemanager>apt</packagemanager>
<!-- NOTE: bigtime is disabled in fscreateoptions to ensure compatibility with older kernels
running on the build hosts. Remove this once it is no longer necessary! -->
<type image="oem" filesystem="xfs" firmware="custom" initrd_system="dracut"
overlayroot="true" overlayroot_write_partition="true" disk_start_sector="8192"
fscreateoptions="-m bigtime=0"
dosparttable_extended_layout="true" force_mbr="true" devicepersistency="by-uuid"
overlayroot_readonly_partsize="1024" squashfscompression="zstd"
bootpartition="true" bootpartsize="256" bootfilesystem="ext4" format="qcow2"
Expand Down
6 changes: 5 additions & 1 deletion nemos-images-reference-mantic/qemu-amd64/appliance.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
<preferences>
<version>1.0.1</version>
<packagemanager>apt</packagemanager>
<!-- NOTE: bigtime is disabled in fscreateoptions to ensure compatibility with older kernels
running on the build hosts. Remove this once it is no longer necessary! -->
<type image="oem" filesystem="xfs" firmware="efi" initrd_system="dracut"
overlayroot="true" overlayroot_write_partition="true"
fscreateoptions="-m bigtime=0"
editbootconfig="install_grub.sh"
overlayroot_readonly_partsize="1024" squashfscompression="zstd"
bootpartition="true" bootpartsize="256" bootfilesystem="ext4" format="qcow2"
Expand All @@ -30,7 +33,8 @@
<size unit="G">3</size>
<partitions>
<partition name="home" size="10" mountpoint="/home" filesystem="ext4" />
<partition name="oci-storage" size="512" mountpoint="/var/lib/containers/storage" filesystem="xfs" />
<!-- oci-storage should be changed to xfs in the future -->
<partition name="oci-storage" size="512" mountpoint="/var/lib/containers/storage" filesystem="ext4" />
<partition name="oci-preloaded" size="512" mountpoint="/var/lib/containers/loaded" filesystem="squashfs" />
</partitions>
<luksformat>
Expand Down
6 changes: 5 additions & 1 deletion nemos-images-reference-mantic/qemu-arm64/appliance.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
<preferences>
<version>1.0.1</version>
<packagemanager>apt</packagemanager>
<!-- NOTE: bigtime is disabled in fscreateoptions to ensure compatibility with older kernels
running on the build hosts. Remove this once it is no longer necessary! -->
<type image="oem" filesystem="xfs" firmware="efi" initrd_system="dracut"
overlayroot="true" overlayroot_write_partition="true"
fscreateoptions="-m bigtime=0"
editbootconfig="install_grub.sh"
overlayroot_readonly_partsize="1024" squashfscompression="zstd"
bootpartition="true" bootpartsize="256" bootfilesystem="ext4" format="qcow2"
Expand All @@ -30,7 +33,8 @@
<size unit="G">3</size>
<partitions>
<partition name="home" size="10" mountpoint="/home" filesystem="ext4" />
<partition name="oci-storage" size="512" mountpoint="/var/lib/containers/storage" filesystem="xfs" />
<!-- oci-storage should be changed to xfs in the future -->
<partition name="oci-storage" size="512" mountpoint="/var/lib/containers/storage" filesystem="ext4" />
<partition name="oci-preloaded" size="512" mountpoint="/var/lib/containers/loaded" filesystem="squashfs" />
</partitions>
<luksformat>
Expand Down
3 changes: 3 additions & 0 deletions nemos-images-reference-mantic/s32g274ardb2/appliance.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
<preferences>
<version>1.0.1</version>
<packagemanager>apt</packagemanager>
<!-- NOTE: bigtime is disabled in fscreateoptions to ensure compatibility with older kernels
running on the build hosts. Remove this once it is no longer necessary! -->
<type image="oem" filesystem="xfs" firmware="custom" initrd_system="dracut"
overlayroot="true" overlayroot_write_partition="true" disk_start_sector="8192"
fscreateoptions="-m bigtime=0"
dosparttable_extended_layout="true" force_mbr="true" devicepersistency="by-uuid"
overlayroot_readonly_partsize="1024" squashfscompression="zstd"
bootpartition="true" bootpartsize="256" bootfilesystem="ext4" format="qcow2"
Expand Down
Loading