Hello community,

here is the log from the commit of package kiwi-templates-JeOS for 
openSUSE:Factory checked in at 2020-04-27 23:30:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-JeOS (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi-templates-JeOS"

Mon Apr 27 23:30:56 2020 rev:13 rq:798117 version:84.87

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi-templates-JeOS/kiwi-templates-JeOS.changes  
2020-04-15 20:08:05.482170296 +0200
+++ 
/work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.2738/kiwi-templates-JeOS.changes
        2020-04-27 23:31:08.802676315 +0200
@@ -1,0 +2,11 @@
+Mon Apr 27 08:07:31 UTC 2020 - Ludwig Nussel <[email protected]>
+
+- switch to base instead of minimal_base pattern, minimal_base is too minimal
+  for JeOS now.
+
+-------------------------------------------------------------------
+Tue Apr 14 14:17:39 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Also show WLAN interfaces in /etc/issue (bsc#1169070)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ JeOS.kiwi ++++++
--- /var/tmp/diff_new_pack.ecIF99/_old  2020-04-27 23:31:09.286677260 +0200
+++ /var/tmp/diff_new_pack.ecIF99/_new  2020-04-27 23:31:09.286677260 +0200
@@ -186,7 +186,7 @@
         <source path='obsrepositories:/'/>
     </repository>
     <packages type="image">
-        <package name="patterns-base-minimal_base"/>
+        <package name="patterns-base-base"/>
         <package name="aaa_base-extras"/> <!-- wouldn't be SUSE without that 
;-) -->
         <package name="acl"/>
         <package name="chrony"/>

++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.ecIF99/_old  2020-04-27 23:31:09.378677440 +0200
+++ /var/tmp/diff_new_pack.ecIF99/_new  2020-04-27 23:31:09.378677440 +0200
@@ -134,6 +134,9 @@
 # Configure Raspberry Pi specifics
 #--------------------------------------
 if [[ "$kiwi_profiles" == *"RaspberryPi"* ]]; then
+        # Also show WLAN interfaces in /etc/issue
+        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
 


Reply via email to