Hello community,
here is the log from the commit of package kiwi-config-openSUSE for
openSUSE:Factory checked in at 2017-07-17 09:10:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-config-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-config-openSUSE"
Mon Jul 17 09:10:48 2017 rev:121 rq:510103 version:13.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/kiwi-config-openSUSE/kiwi-config-openSUSE.changes
2017-04-20 20:57:47.529911329 +0200
+++
/work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes
2017-07-17 09:10:49.902696472 +0200
@@ -1,0 +2,6 @@
+Thu Jul 6 12:28:15 UTC 2017 - [email protected]
+
+- Change bootkernel to 'default': we don't use other kernels for
+ the live image for a long time already.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kiwi-config-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.gEOUxP/_old 2017-07-17 09:10:50.586600144 +0200
+++ /var/tmp/diff_new_pack.gEOUxP/_new 2017-07-17 09:10:50.590599581 +0200
@@ -102,9 +102,11 @@
label=`echo "$volid" | sed -e 's, ,_,g'`
sed -i -e "s,@VOLID@,$volid,; s,@LABEL@,$label," config.xml
%ifarch x86_64
- sed -i -e "s,@BOOTKERNEL@,desktop," config.xml
+ sed -i -e "s,@BOOTKERNEL@,default," config.xml
+ #sed -i -e "s,@BOOTKERNEL@,desktop," config.xml
%else
- sed -i -e "s,@BOOTKERNEL@,std," config.xml
+ sed -i -e "s,@BOOTKERNEL@,default," config.xml
+ #sed -i -e "s,@BOOTKERNEL@,std," config.xml
sed -i -e 's,firmware="uefi",,' config.xml
%endif
xmllint --format config.xml > t && mv t config.xml
++++++ config.xml.in ++++++
--- /var/tmp/diff_new_pack.gEOUxP/_old 2017-07-17 09:10:50.690585498 +0200
+++ /var/tmp/diff_new_pack.gEOUxP/_new 2017-07-17 09:10:50.690585498 +0200
@@ -6,7 +6,7 @@
<specification>openSUSE @VERSION@ Live system</specification>
</description>
<preferences>
- <type primary="true" boot="isoboot/suse-@VERSION@" bootprofile="default"
bootkernel="@BOOTKERNEL@" kernelcmdline="splash=silent quiet" flags="overlay"
hybrid="true" hybridpersistent="true" hybridpersistent_filesystem="ext4"
image="iso" editbootconfig="isopatch.sh" firmware="uefi" volid="@VOLID@"/>
+ <type primary="true" boot="isoboot/suse-@VERSION@" bootprofile="default"
kernelcmdline="splash=silent quiet" flags="overlay" hybrid="true"
hybridpersistent="true" hybridpersistent_filesystem="ext4" image="iso"
editbootconfig="isopatch.sh" firmware="uefi" volid="@VOLID@"/>
<version>2.8.0</version>
<bootloader-theme>openSUSE</bootloader-theme>
<bootsplash-theme>openSUSE</bootsplash-theme>
@@ -20,6 +20,7 @@
<user name="root" password="" home="/root"/>
</users>
<packages type="image" patternType="onlyRequired">
+ <package name="kernel-default"/>
<package name="gfxboot-branding-openSUSE" bootinclude="true"
bootdelete="true"/>
<package name="grub2-branding-openSUSE" bootinclude="true"/>
<!-- workaround for bnc#892087 -->