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 2022-03-18 16:41:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-MicroOS (Old) and /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-MicroOS" Fri Mar 18 16:41:40 2022 rev:50 rq:962456 version:16.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-MicroOS/openSUSE-MicroOS.changes 2022-03-07 17:45:34.739143445 +0100 +++ /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.25692/openSUSE-MicroOS.changes 2022-03-18 16:41:50.165168435 +0100 @@ -1,0 +2,11 @@ +Thu Mar 17 12:05:55 UTC 2022 - Fabian Vogt <fv...@suse.com> + +- config.sh: Enable jeos-firstboot iff installed + +------------------------------------------------------------------- +Wed Mar 16 15:14:49 UTC 2022 - Fabian Vogt <fv...@suse.com> + +- Install image configuration tools on SelfInstall as well +- Add jeos-firstboot + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openSUSE-MicroOS.kiwi ++++++ --- /var/tmp/diff_new_pack.JiuuRG/_old 2022-03-18 16:41:50.817168902 +0100 +++ /var/tmp/diff_new_pack.JiuuRG/_new 2022-03-18 16:41:50.825168907 +0100 @@ -698,11 +698,12 @@ <package name="patterns-microos-selinux"/> <package name="kernel-default"/> </packages> - <packages type="image" profiles="kvm-and-xen,VMware,MS-HyperV,VirtualBox,Pine64,RaspberryPi,RaspberryPi2,Rock64,Vagrant,DigitalOcean-Cloud"> + <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 --> <!-- On ONIE, the installer does the partitioning and salt is used for configuration --> <package name="ignition-dracut"/> <package name="combustion"/> + <package name="jeos-firstboot"/> <package name="growpart-generator"/> </packages> <packages type="image" profiles="Pine64,RaspberryPi,RaspberryPi2,Rock64"> ++++++ config.sh ++++++ --- /var/tmp/diff_new_pack.JiuuRG/_old 2022-03-18 16:41:50.933168984 +0100 +++ /var/tmp/diff_new_pack.JiuuRG/_new 2022-03-18 16:41:50.937168987 +0100 @@ -87,6 +87,13 @@ systemctl enable chronyd fi +# Enable jeos-firstboot if installed, disabled by combustion/ignition +if rpm -q --whatprovides jeos-firstboot >/dev/null; then + mkdir -p /var/lib/YaST2 + touch /var/lib/YaST2/reconfig_system + systemctl enable jeos-firstboot.service +fi + # The %post script can't edit /etc/fstab sys due to https://github.com/OSInside/kiwi/issues/945 # so use the kiwi custom hack cat >/etc/fstab.script <<"EOF" @@ -214,6 +221,7 @@ [Unit] Description=SelfInstall Image Reboot after Firstboot (to ensure ignition and such runs) After=systemd-machine-id-commit.service + Before=jeos-firstboot.service [Service] Type=oneshot