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 2024-10-02 21:32:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-Minimal (Old)
and /work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-templates-Minimal"
Wed Oct 2 21:32:59 2024 rev:21 rq:1205165 version:84.87.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/kiwi-templates-Minimal/kiwi-templates-Minimal.changes
2024-08-29 15:43:00.956355493 +0200
+++
/work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.19354/kiwi-templates-Minimal.changes
2024-10-02 21:33:26.962543418 +0200
@@ -1,0 +2,10 @@
+Tue Oct 1 16:07:08 UTC 2024 - Alberto Planas Dominguez <[email protected]>
+
+- Requires systemd-boot in the sdboot flavor
+
+-------------------------------------------------------------------
+Thu Sep 5 13:55:46 UTC 2024 - Alberto Planas Dominguez <[email protected]>
+
+- Remove root from /etc/kernel/cmdline during image creation
+
+-------------------------------------------------------------------
@@ -4,0 +15,10 @@
+
+-------------------------------------------------------------------
+Tue Aug 13 13:53:32 UTC 2024 - Alberto Planas Dominguez <[email protected]>
+
+- Use the new grub2-bls subpackage
+
+-------------------------------------------------------------------
+Fri Aug 9 08:45:16 UTC 2024 - Alberto Planas Dominguez <[email protected]>
+
+- Enable disk-encryption-tool-enroll.service
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Minimal.kiwi ++++++
--- /var/tmp/diff_new_pack.orynT5/_old 2024-10-02 21:33:27.590569527 +0200
+++ /var/tmp/diff_new_pack.orynT5/_new 2024-10-02 21:33:27.594569693 +0200
@@ -403,20 +403,23 @@
<packages type="image" profiles="kvm-and-xen-sdboot,kvm-and-xen-grub-bls">
<!-- kernel-default-base lacks dm-crypt -->
<package name="kernel-default-base"/>
-
<package name="sdbootutil-snapper"/>
<package name="efibootmgr"/>
<package name="uefi_mbr" arch="x86_64"/>
-
<package name="systemd-experimental"/> <!-- XXX: pulls in python but
needed for tpm files -->
-
<package name="disk-encryption-tool"/>
<package name="dracut-pcr-signature"/>
</packages>
+ <packages type="image" profiles="kvm-and-xen-sdboot">
+ <package name="systemd-boot"/>
+ </packages>
+
<packages type="image" profiles="kvm-and-xen-grub-bls">
- <package name="grub2-x86_64-efi" arch="x86_64"/>
- <package name="grub2-arm64-efi" arch="aarch64"/>
+ <package name="patterns-base-bootloader"/>
+ <package name="uefi_mbr" arch="x86_64"/>
+ <package name="grub2-x86_64-efi-bls" arch="x86_64"/>
+ <package name="grub2-arm64-efi-bls" arch="aarch64"/>
</packages>
<packages type="image" profiles="VMware">
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.orynT5/_old 2024-10-02 21:33:27.682573352 +0200
+++ /var/tmp/diff_new_pack.orynT5/_new 2024-10-02 21:33:27.686573518 +0200
@@ -147,5 +147,7 @@
rpm -q systemd-boot && loader_type="systemd-boot"
rpm -q grub2 && loader_type="grub2-bls"
echo "LOADER_TYPE=\"${loader_type}\"" >> /etc/sysconfig/bootloader
+
+ [ -e /var/lib/YaST2/reconfig_system ] && systemctl enable
disk-encryption-tool-enroll.service
fi
++++++ disk.sh ++++++
--- /var/tmp/diff_new_pack.orynT5/_old 2024-10-02 21:33:27.702574183 +0200
+++ /var/tmp/diff_new_pack.orynT5/_new 2024-10-02 21:33:27.706574350 +0200
@@ -6,8 +6,6 @@
# [[ "$kiwi_profiles" == *"kvm-and-xen-"* ]]
if rpm -q sdbootutil; then
- rootuuid=$(findmnt / -n --output uuid)
- sed -i -e "s,\$, root=UUID=$rootuuid," /etc/kernel/cmdline
arch="$(uname -m)"
case "$arch" in
aarch64) arch=aa64 ;;