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 2024-12-06 14:25:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-MicroOS (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-MicroOS"

Fri Dec  6 14:25:19 2024 rev:84 rq:1228557 version:16.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openSUSE-MicroOS/openSUSE-MicroOS.changes        
2024-11-14 16:07:30.811839445 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.28523/openSUSE-MicroOS.changes 
    2024-12-06 14:25:25.762079673 +0100
@@ -6,0 +7,5 @@
+Sat Nov  2 10:54:27 UTC 2024 - Johannes Kastl 
<[email protected]>
+
+- disable and mask the jeos-firstboot.service on Vagrant boxes
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.9l68R5/_old  2024-12-06 14:25:26.438108158 +0100
+++ /var/tmp/diff_new_pack.9l68R5/_new  2024-12-06 14:25:26.442108327 +0100
@@ -242,6 +242,7 @@
 # Configure Vagrant specifics
 #--------------------------------------
 if [[ "$kiwi_profiles" == *"Vagrant"* ]]; then
+        echo "Add user vagrant"
         # create vagrant user
         useradd vagrant
         # allow password-less sudo
@@ -254,6 +255,10 @@
 EOF
         chmod 0600 /home/vagrant/.ssh/authorized_keys
         chown -R vagrant /home/vagrant
+
+        echo "Disable jeos-firstboot.service for Vagrant boxes"
+       systemctl disable jeos-firstboot.service
+       systemctl mask jeos-firstboot.service
 fi
 
 #======================================
@@ -265,7 +270,7 @@
                test -d "$d" || continue
                depmod -a "${d##*/}"
        done
-       ENTRY_TOKEN=$(. /usr/lib/os-release; echo $ID)
+       ENTRY_TOKEN=$(. /usr/lib/os-release; echo "$ID")
        mkdir -p /etc/kernel
        echo "$ENTRY_TOKEN" > /etc/kernel/entry-token
        # FIXME: kiwi needs /boot/efi to exist before syncing the disk image

Reply via email to