Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kiwi-templates-Minimal for openSUSE:Factory checked in at 2025-04-11 16:44:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiwi-templates-Minimal (Old) and /work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-templates-Minimal" Fri Apr 11 16:44:18 2025 rev:29 rq:1268361 version:84.87.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kiwi-templates-Minimal/kiwi-templates-Minimal.changes 2025-03-07 16:46:37.164578480 +0100 +++ /work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.1907/kiwi-templates-Minimal.changes 2025-04-11 16:44:21.057097784 +0200 @@ -1,0 +2,5 @@ +Fri Mar 28 21:18:11 UTC 2025 - Alberto Planas Dominguez <apla...@suse.com> + +- Set the timeout via sdbootutil + +------------------------------------------------------------------- @@ -5,0 +11,5 @@ + +------------------------------------------------------------------- +Tue Mar 4 15:35:56 UTC 2025 - Alberto Planas Dominguez <apla...@suse.com> + +- disk.sh: Check if /etc/sysconfig/bootloader has content ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ kiwi-templates-Minimal.spec: same change ++++++ disk.sh ++++++ --- /var/tmp/diff_new_pack.wLLLNj/_old 2025-04-11 16:44:21.661123190 +0200 +++ /var/tmp/diff_new_pack.wLLLNj/_new 2025-04-11 16:44:21.665123358 +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