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-02-29 21:49:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-MicroOS (Old) and /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-MicroOS" Thu Feb 29 21:49:09 2024 rev:72 rq:1152950 version:16.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-MicroOS/openSUSE-MicroOS.changes 2023-12-15 21:47:29.390611964 +0100 +++ /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.1770/openSUSE-MicroOS.changes 2024-02-29 21:49:11.311425926 +0100 @@ -1,0 +2,5 @@ +Thu Feb 15 15:08:45 UTC 2024 - Ludwig Nussel <lnus...@suse.com> + +- call sdbootutil --no-random-seed to avoid shipping random seed in the ESP + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ disk.sh ++++++ --- /var/tmp/diff_new_pack.GjAGVx/_old 2024-02-29 21:49:12.539470488 +0100 +++ /var/tmp/diff_new_pack.GjAGVx/_new 2024-02-29 21:49:12.543470633 +0100 @@ -11,10 +11,10 @@ *) echo "Unknown arch $arch"; exit 1 ;; esac echo "install boot loader" -sdbootutil -v --arch "$arch" --esp-path /boot/efi --entry-token=auto --no-variables install +sdbootutil -v --no-random-seed --arch "$arch" --esp-path /boot/efi --entry-token=auto --no-variables install echo "add kernels" export hostonly_l=no # for dracut -sdbootutil --arch "$arch" --esp-path /boot/efi --entry-token=auto add-all-kernels +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 echo "##### AFTER ####"