Hello community,
here is the log from the commit of package kiwi-templates-JeOS for
openSUSE:Leap:15.2 checked in at 2020-03-27 16:43:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/kiwi-templates-JeOS (Old)
and /work/SRC/openSUSE:Leap:15.2/.kiwi-templates-JeOS.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-templates-JeOS"
Fri Mar 27 16:43:23 2020 rev:7 rq:787749 version:15.2
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/kiwi-templates-JeOS/kiwi-templates-JeOS.changes
2020-01-15 15:16:14.286269305 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.kiwi-templates-JeOS.new.3160/kiwi-templates-JeOS.changes
2020-03-27 16:43:49.239781624 +0100
@@ -1,0 +2,31 @@
+Tue Mar 24 10:49:38 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Add lsof for zypper ps (bsc#1167553)
+
+-------------------------------------------------------------------
+Thu Mar 19 10:53:23 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Add console=ttyS0,115200 to RPi cmdline
+
+-------------------------------------------------------------------
+Wed Feb 26 11:25:53 UTC 2020 - Nicolas Patricio Saenz Julienne
<[email protected]>
+
+- Make RPi's EFI partition 64MB big (bsc#1164817)
+
+-------------------------------------------------------------------
+Tue Feb 18 12:53:29 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Add openSUSE-release-appliance-custom for RPi
+
+-------------------------------------------------------------------
+Thu Jan 9 14:16:16 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Remove explicit swiotlb and cma assignments from RPi cmdline
+ as the defaults are better meanwhile (bsc#1160308)
+
+-------------------------------------------------------------------
+Tue Dec 3 15:54:16 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Fix editbootinstall_rpi.sh with newer kiwi
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ JeOS.kiwi ++++++
--- /var/tmp/diff_new_pack.CFFgE3/_old 2020-03-27 16:43:49.639781859 +0100
+++ /var/tmp/diff_new_pack.CFFgE3/_new 2020-03-27 16:43:49.639781859 +0100
@@ -235,12 +235,12 @@
fsmountoptions="noatime,compress=lzo"
bootloader="grub2"
firmware="efi"
- kernelcmdline="plymouth.enable=0 swiotlb=512 cma=64M console=tty
quiet"
+ kernelcmdline="plymouth.enable=0 console=ttyS0,115200 console=tty
quiet"
bootpartition="false"
devicepersistency="by-uuid"
btrfs_quota_groups="true"
btrfs_root_is_snapshot="true"
- efipartsize="16"
+ efipartsize="64"
editbootinstall="editbootinstall_rpi.sh"
>
<systemdisk>
@@ -305,6 +305,7 @@
<package name="rsync"/>
<package name="salt-minion"/>
<package name="dosfstools"/> <!-- For fscking /boot/efi -->
+ <package name="lsof"/> <!-- For zypper ps (bsc#1167553) -->
<package name="live-add-yast-repos"/>
</packages>
@@ -361,6 +362,7 @@
<!-- For WiFi: -->
<package name="jeos-firstboot-rpiwifi"/>
<package name="bcm43xx-firmware"/>
+ <package name="openSUSE-release-appliance-custom"/>
</packages>
<packages type="bootstrap">
++++++ kiwi-templates-JeOS.spec ++++++
--- /var/tmp/diff_new_pack.CFFgE3/_old 2020-03-27 16:43:49.655781869 +0100
+++ /var/tmp/diff_new_pack.CFFgE3/_new 2020-03-27 16:43:49.659781871 +0100
@@ -32,7 +32,6 @@
Source01: config.sh
Source02: JeOS.kiwi
Source03: editbootinstall_rpi.sh
-#
Source99: LICENSE
Requires: python3-kiwi
Supplements: kiwi-templates
++++++ editbootinstall_rpi.sh ++++++
--- /var/tmp/diff_new_pack.CFFgE3/_old 2020-03-27 16:43:49.707781899 +0100
+++ /var/tmp/diff_new_pack.CFFgE3/_new 2020-03-27 16:43:49.707781899 +0100
@@ -1,10 +1,9 @@
#!/bin/bash
-
-set -x
+set -euxo pipefail
diskname=$1
devname="$2"
-loopname="${devname%*p2}"
+loopname="${devname%*p?}"
loopdev=/dev/${loopname#/dev/mapper/*}
#==========================================