Hello community, here is the log from the commit of package kiwi-config-openSUSE for openSUSE:Factory checked in at 2013-05-27 09:51:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-04-29 14:24:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes 2013-05-27 09:51:09.000000000 +0200 @@ -1,0 +2,5 @@ +Tue May 14 14:39:57 UTC 2013 - co...@suse.com + +- emulate install.inf for live installer + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ isopatch.sh.in ++++++ --- /var/tmp/diff_new_pack.g1DtkF/_old 2013-05-27 09:51:10.000000000 +0200 +++ /var/tmp/diff_new_pack.g1DtkF/_new 2013-05-27 09:51:10.000000000 +0200 @@ -15,7 +15,7 @@ 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 preloadlog=/dev/null," boot/*/loader/isolinux.cfg +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) ++++++ langset.sh ++++++ --- /var/tmp/diff_new_pack.g1DtkF/_old 2013-05-27 09:51:10.000000000 +0200 +++ /var/tmp/diff_new_pack.g1DtkF/_new 2013-05-27 09:51:10.000000000 +0200 @@ -29,3 +29,11 @@ done echo "$Language""_$Country" > /var/lib/zypp/RequestedLocales + +cmdline=$(cat /proc/cmdline | sed -e 's,.*splash=silent,splash=silent,') +echo "Cmdline: $cmdline" >> /etc/install.inf +if test -d /sys/firmware/efi/vars/; then + echo "EFI: 1" >> /etc/install.inf +else + echo "EFI: 0" >> /etc/install.inf +fi -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org