Hello community, here is the log from the commit of package kiwi-config-openSUSE for openSUSE:Factory checked in at 2014-10-29 21:10:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiwi-config-openSUSE (Old) and /work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-config-openSUSE" Changes: -------- --- /work/SRC/openSUSE:Factory/kiwi-config-openSUSE/kiwi-config-openSUSE.changes 2014-10-15 08:52:30.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes 2014-10-29 21:11:02.000000000 +0100 @@ -1,0 +2,8 @@ +Mon Oct 27 14:27:23 UTC 2014 - dims...@opensuse.org + +- Add kernelcmdline="splash=silent quite" to the preferences in + config.xml.in. +- No longer mangle the kernel cmdline in isopatch, as we pass the + wanted splash mode in kernelcmdline directly now. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ config.xml.in ++++++ --- /var/tmp/diff_new_pack.NQYDWO/_old 2014-10-29 21:11:04.000000000 +0100 +++ /var/tmp/diff_new_pack.NQYDWO/_new 2014-10-29 21:11:04.000000000 +0100 @@ -6,7 +6,7 @@ <specification>openSUSE @VERSION@ Live system</specification> </description> <preferences> - <type primary="true" boot="isoboot/suse-@VERSION@" bootprofile="default" bootkernel="@BOOTKERNEL@" filesystem="ext4" flags="overlay" hybrid="true" hybridpersistent="true" image="iso" editbootconfig="isopatch.sh" firmware="uefi" volid="@VOLID@"/> + <type primary="true" boot="isoboot/suse-@VERSION@" bootprofile="default" bootkernel="@BOOTKERNEL@" kernelcmdline="splash=silent quiet" filesystem="ext4" flags="overlay" hybrid="true" hybridpersistent="true" image="iso" editbootconfig="isopatch.sh" firmware="uefi" volid="@VOLID@"/> <version>2.8.0</version> <bootloader-theme>openSUSE</bootloader-theme> <bootsplash-theme>openSUSE</bootsplash-theme> ++++++ isopatch.sh.in ++++++ --- /var/tmp/diff_new_pack.NQYDWO/_old 2014-10-29 21:11:04.000000000 +0100 +++ /var/tmp/diff_new_pack.NQYDWO/_new 2014-10-29 21:11:04.000000000 +0100 @@ -15,7 +15,6 @@ sed -i -e "s,label Hard-Disk,label harddisk," boot/*/loader/isolinux.cfg #sed -i -e "s,default open.*,default $label," boot/*/loader/isolinux.cfg #sed -i -e "s,openSUSE[^ ]*,$label," boot/*/loader/isolinux.msg -sed -i -e "s,splash=silent,splash=silent quiet," boot/*/loader/isolinux.cfg sed -i -e 's,key.F4=$,key.F4=kernelopts,' boot/*/loader/gfxboot.cfg bootd=$(ls -1d boot/*/loader) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org