Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openSUSE-MicroOS for openSUSE:Factory checked in at 2025-04-17 16:07:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-MicroOS (Old) and /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-MicroOS" Thu Apr 17 16:07:25 2025 rev:89 rq:1270256 version:16.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-MicroOS/openSUSE-MicroOS.changes 2025-04-15 20:46:55.500699925 +0200 +++ /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.30101/openSUSE-MicroOS.changes 2025-04-20 20:05:14.598269943 +0200 @@ -2,5 +1,0 @@ -Wed Apr 9 08:49:32 UTC 2025 - Fabian Vogt <fv...@suse.com> - -- config.sh/disk.sh: Support for new read-only-root-fs with /etc as subvolume - -------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openSUSE-MicroOS.kiwi ++++++ --- /var/tmp/diff_new_pack.pEevAB/_old 2025-04-20 20:05:15.234296464 +0200 +++ /var/tmp/diff_new_pack.pEevAB/_new 2025-04-20 20:05:15.238296631 +0200 @@ -716,8 +716,6 @@ <!-- Make it easier to add encryption later, like with https://github.com/lnussel/addimageencryption --> <package name="device-mapper"/> <package name="cryptsetup"/> - <!-- New version with /etc as subvolume --> - <package name="read-only-root-fs >= 1.0+git20250414"/> </packages> <packages type="image" profiles="SelfInstall,kvm-and-xen,VMware,MS-HyperV,VirtualBox,Pine64,RaspberryPi,RaspberryPi2,Rock64,Vagrant,DigitalOcean-Cloud"> <!-- Needed for initial configuration, except on OpenStack-Cloud, where cloud-init is used --> ++++++ config.sh ++++++ --- /var/tmp/diff_new_pack.pEevAB/_old 2025-04-20 20:05:15.302299299 +0200 +++ /var/tmp/diff_new_pack.pEevAB/_new 2025-04-20 20:05:15.302299299 +0200 @@ -104,6 +104,7 @@ #!/bin/sh set -eux +/usr/sbin/setup-fstab-for-overlayfs # If /var is on a different partition than /... if [ "$(findmnt -snT / -o SOURCE)" != "$(findmnt -snT /var -o SOURCE)" ]; then # ... set options for autoexpanding /var ++++++ disk.sh ++++++ --- /var/tmp/diff_new_pack.pEevAB/_old 2025-04-20 20:05:15.322300133 +0200 +++ /var/tmp/diff_new_pack.pEevAB/_new 2025-04-20 20:05:15.326300300 +0200 @@ -1,8 +1,6 @@ #!/bin/bash set -euxo pipefail -/usr/libexec/setup-etc-subvol - echo "####### BOOTLOADER INSTALL (disk.sh)" if [ -x /usr/bin/sdbootutil ]; then