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-15 20:46:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-MicroOS (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-MicroOS"

Tue Apr 15 20:46:46 2025 rev:88 rq:1269299 version:16.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openSUSE-MicroOS/openSUSE-MicroOS.changes        
2025-04-04 17:28:40.734947543 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.1907/openSUSE-MicroOS.changes  
    2025-04-15 20:46:55.500699925 +0200
@@ -1,0 +2,5 @@
+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.uUjdzI/_old  2025-04-15 20:46:56.000720675 +0200
+++ /var/tmp/diff_new_pack.uUjdzI/_new  2025-04-15 20:46:56.004720841 +0200
@@ -716,6 +716,8 @@
         <!-- 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 &gt;= 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.uUjdzI/_old  2025-04-15 20:46:56.060723165 +0200
+++ /var/tmp/diff_new_pack.uUjdzI/_new  2025-04-15 20:46:56.064723331 +0200
@@ -104,7 +104,6 @@
 #!/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.uUjdzI/_old  2025-04-15 20:46:56.080723995 +0200
+++ /var/tmp/diff_new_pack.uUjdzI/_new  2025-04-15 20:46:56.084724161 +0200
@@ -1,6 +1,8 @@
 #!/bin/bash
 set -euxo pipefail
 
+/usr/libexec/setup-etc-subvol
+
 echo "####### BOOTLOADER INSTALL (disk.sh)"
 
 if [ -x /usr/bin/sdbootutil ]; then

Reply via email to