Hello community,
here is the log from the commit of package kiwi-templates-JeOS for
openSUSE:Factory checked in at 2020-07-02 23:56:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-JeOS (Old)
and /work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-templates-JeOS"
Thu Jul 2 23:56:27 2020 rev:15 rq:818097 version:84.87
Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi-templates-JeOS/kiwi-templates-JeOS.changes
2020-05-20 18:36:48.832149168 +0200
+++
/work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.3060/kiwi-templates-JeOS.changes
2020-07-02 23:57:13.981050818 +0200
@@ -1,0 +2,8 @@
+Tue Jun 30 13:37:54 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Drop bootsplash-theme, not used
+- Don't touch /etc/default/grub in config.sh, kiwi overwrites it
+ anyway
+- RPi workarounds are part of the raspberrypi-firmware package now
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ JeOS.kiwi ++++++
--- /var/tmp/diff_new_pack.EWPuFE/_old 2020-07-02 23:57:14.465052423 +0200
+++ /var/tmp/diff_new_pack.EWPuFE/_new 2020-07-02 23:57:14.465052423 +0200
@@ -18,7 +18,6 @@
<preferences profiles="kvm-and-xen">
<version>15.1.0</version>
<packagemanager>zypper</packagemanager>
- <bootsplash-theme>openSUSE</bootsplash-theme>
<bootloader-theme>openSUSE</bootloader-theme>
<rpm-excludedocs>true</rpm-excludedocs>
<type
@@ -53,7 +52,6 @@
<preferences profiles="VMware">
<version>15.1.0</version>
<packagemanager>zypper</packagemanager>
- <bootsplash-theme>openSUSE</bootsplash-theme>
<bootloader-theme>openSUSE</bootloader-theme>
<rpm-excludedocs>true</rpm-excludedocs>
<type
@@ -89,7 +87,6 @@
<preferences profiles="OpenStack-Cloud">
<version>15.1.0</version>
<packagemanager>zypper</packagemanager>
- <bootsplash-theme>openSUSE</bootsplash-theme>
<bootloader-theme>openSUSE</bootloader-theme>
<rpm-excludedocs>true</rpm-excludedocs>
<type
@@ -110,7 +107,6 @@
<preferences profiles="MS-HyperV">
<version>15.1.0</version>
<packagemanager>zypper</packagemanager>
- <bootsplash-theme>openSUSE</bootsplash-theme>
<bootloader-theme>openSUSE</bootloader-theme>
<rpm-excludedocs>true</rpm-excludedocs>
<type
@@ -146,7 +142,6 @@
<preferences profiles="RaspberryPi">
<version>15.1.0</version>
<packagemanager>zypper</packagemanager>
- <bootsplash-theme>openSUSE</bootsplash-theme>
<bootloader-theme>openSUSE</bootloader-theme>
<rpm-excludedocs>true</rpm-excludedocs>
<type
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.EWPuFE/_old 2020-07-02 23:57:14.537052662 +0200
+++ /var/tmp/diff_new_pack.EWPuFE/_new 2020-07-02 23:57:14.537052662 +0200
@@ -85,10 +85,6 @@
systemctl enable firewalld.service
fi
-# Set GRUB2 to boot graphically (bsc#1097428)
-sed -Ei"" "s/#?GRUB_TERMINAL=.+$/GRUB_TERMINAL=gfxterm/g" /etc/default/grub
-sed -Ei"" "s/#?GRUB_GFXMODE=.+$/GRUB_GFXMODE=auto/g" /etc/default/grub
-
#======================================
# Add repos from control.xml
#--------------------------------------
@@ -134,22 +130,8 @@
# Configure Raspberry Pi specifics
#--------------------------------------
if [[ "$kiwi_profiles" == *"RaspberryPi"* ]]; then
- # Also show WLAN interfaces in /etc/issue
+ # Also show WLAN interfaces in /etc/issue. Remove once
https://github.com/thkukuk/issue-generator/pull/4 accepted
baseUpdateSysConfig /etc/sysconfig/issue-generator
NETWORK_INTERFACE_REGEX '^[bew]'
-
- # Add necessary kernel modules to initrd (will disappear with
bsc#1084272)
- echo 'add_drivers+=" bcm2835_dma dwc2 "' >
/etc/dracut.conf.d/raspberrypi_modules.conf
-
- # Work around network issues
- cat > /etc/modprobe.d/50-rpi3.conf <<-EOF
- # Prevent too many page allocations (bsc#1012449)
- options smsc95xx turbo_mode=N
- EOF
-
- cat > /usr/lib/sysctl.d/50-rpi3.conf <<-EOF
- # Avoid running out of DMA pages for smsc95xx (bsc#1012449)
- vm.min_free_kbytes = 2048
- EOF
fi
# Not compatible with set -e