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 2023-09-08 21:15:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-MicroOS (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-MicroOS"
Fri Sep 8 21:15:13 2023 rev:64 rq:1109554 version:16.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/openSUSE-MicroOS/openSUSE-MicroOS.changes
2023-08-30 10:18:45.736462707 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.1766/openSUSE-MicroOS.changes
2023-09-08 21:15:42.450827584 +0200
@@ -1,0 +2,5 @@
+Thu Sep 7 11:34:33 UTC 2023 - Fabian Vogt <[email protected]>
+
+- Use ignition platform autodection for the SelfInstall flavor
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.I4aXgy/_old 2023-09-08 21:15:44.446898923 +0200
+++ /var/tmp/diff_new_pack.I4aXgy/_new 2023-09-08 21:15:44.450899066 +0200
@@ -169,14 +169,18 @@
*VirtualBox*) ignition_platform='virtualbox' ;;
*HyperV*) ignition_platform='metal'
grub_cmdline+=('rootdelay=300') ;;
- *Pine64*|*RaspberryPi*|*Rock64*|*Vagrant*|*onie*|*SelfInstall*)
ignition_platform='metal' ;;
+ *Pine64*|*RaspberryPi*|*Rock64*|*Vagrant*|*onie*)
ignition_platform='metal' ;;
+ # Use autodetection on selfinstall. The first boot doesn't use the grub
+ # cmdline anyway, it's started with kexec using kiwi's builtin default.
+ *SelfInstall*) ignition_platform='' ;;
*) echo "Unhandled profile?"
exit 1
;;
esac
-# One '\' for sed, one '\' for grub2-mkconfig
-grub_cmdline+=("ignition.platform.id=${ignition_platform}")
+if [ -n "${ignition_platform}" ]; then
+ grub_cmdline+=("ignition.platform.id=${ignition_platform}")
+fi
sed -i
"s#^GRUB_CMDLINE_LINUX_DEFAULT=.*\$#GRUB_CMDLINE_LINUX_DEFAULT=\"${grub_cmdline[*]}\"#"
/etc/default/grub