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-04 17:28:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-MicroOS (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-MicroOS"
Fri Apr 4 17:28:36 2025 rev:87 rq:1266782 version:16.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/openSUSE-MicroOS/openSUSE-MicroOS.changes
2025-03-07 16:46:37.140577475 +0100
+++
/work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.1907/openSUSE-MicroOS.changes
2025-04-04 17:28:40.734947543 +0200
@@ -1,0 +2,5 @@
+Fri Mar 28 21:18:11 UTC 2025 - Alberto Planas Dominguez <[email protected]>
+
+- Set the timeout via sdbootutil
+
+-------------------------------------------------------------------
@@ -5,0 +11,5 @@
+
+-------------------------------------------------------------------
+Tue Mar 4 15:35:56 UTC 2025 - Alberto Planas Dominguez <[email protected]>
+
+- disk.sh: Check if /etc/sysconfig/bootloader has content
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ disk.sh ++++++
--- /var/tmp/diff_new_pack.L6Jzjn/_old 2025-04-04 17:28:41.270969901 +0200
+++ /var/tmp/diff_new_pack.L6Jzjn/_new 2025-04-04 17:28:41.274970068 +0200
@@ -14,7 +14,7 @@
echo "install boot loader"
loader_type="grub2-bls"
rpm -q systemd-boot && loader_type="systemd-boot"
- if [ -f /etc/sysconfig/bootloader ]; then
+ if [ -s /etc/sysconfig/bootloader ]; then
sed -i "s/^LOADER_TYPE=.*$/LOADER_TYPE=\"$loader_type\"/g"
/etc/sysconfig/bootloader
else
echo "LOADER_TYPE=\"${loader_type}\"" >
/etc/sysconfig/bootloader
@@ -26,7 +26,7 @@
export hostonly_l=no # for dracut
sdbootutil -v --arch "$arch" --esp-path /boot/efi --entry-token=auto
add-all-kernels
# Set a 5s timeout, the "hold a key down" method doesn't work
effectively.
- echo "timeout 5" >> /boot/efi/loader/loader.conf
+ sdbootutil -v --arch "$arch" --esp-path /boot/efi set-timeout 5
rm -f /boot/mbrid