
Hello community, here is the log from the commit of package kiwi-config-openSUSE for openSUSE:Factory checked in at Fri Oct 30 16:57:54 CET 2009. -------- --- kiwi-config-openSUSE/kiwi-config-openSUSE.changes 2009-10-08 17:26:19.000000000 +0200 +++ /mounts/work_src_done/STABLE/kiwi-config-openSUSE/kiwi-config-openSUSE.changes 2009-10-30 13:44:36.000000000 +0100 @@ -1,0 +2,10 @@ +Fri Oct 30 12:43:40 UTC 2009 - coolo@novell.com + +- disable the boot scripts before reboot (bnc#550874) + +------------------------------------------------------------------- +Fri Oct 30 08:52:36 UTC 2009 - coolo@novell.com + +- soft lock all dvd only patterns (bnc#550875) + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- SoftLocks correct_live_for_reboot ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiwi-config-openSUSE.spec ++++++ --- /var/tmp/diff_new_pack.bBWrBR/_old 2009-10-30 16:57:45.000000000 +0100 +++ /var/tmp/diff_new_pack.bBWrBR/_new 2009-10-30 16:57:45.000000000 +0100 @@ -25,7 +25,7 @@ BuildRequires: yast2-country Summary: KDE live CD Version: 11.2 -Release: 15 +Release: 16 Group: System/Boot License: BSD 3-clause (or similar) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -38,6 +38,7 @@ Source7: config-gnome.patch Source8: ifcfg-eth0 Source10: README +Source11: correct_live_for_reboot Source12: correct_live_install Source16: boot.langset Source17: 99-ignore-live-usb.fdi @@ -48,6 +49,7 @@ Source24: boot.braille Source25: xdm-x11.patch Source26: xdm-liveinstall.patch +Source27: SoftLocks ExcludeArch: ia64 ppc64 s390x s390 ppc %description @@ -129,6 +131,7 @@ cat %{SOURCE6} >> tmp/config.patch fi mkdir -p var/lib/zypp + install -m 644 %{SOURCE27} var/lib/zypp/SoftLocks echo 0123456-7890-$desktop-$type-0123456 > var/lib/zypp/AnonymousUniqueId mkdir -p etc/smolt echo 0123456-7890-$desktop-$type-0123456 > etc/smolt/uuid @@ -146,6 +149,7 @@ install -m 755 %{SOURCE23} etc/langset.sh install -D -m 755 %{SOURCE24} etc/init.d/boot.braille install -D -m 755 %{SOURCE16} etc/init.d/boot.langset + install -D -m 755 %{SOURCE11} usr/bin/correct_live_for_reboot install -D -m 755 %{SOURCE12} usr/bin/correct_live_install install -D -m 644 %{SOURCE2} etc/YaST2/policy.patch install -m 644 %{SOURCE26} etc/YaST2/liveinstall.patch ++++++ SoftLocks ++++++ patterns-openSUSE-apparmor_opt patterns-openSUSE-enhanced_base_opt patterns-openSUSE-fonts_opt patterns-openSUSE-gnome_basis_opt patterns-openSUSE-gnome_imaging_opt patterns-openSUSE-gnome_multimedia_opt patterns-openSUSE-gnome_office_opt patterns-openSUSE-imaging_opt patterns-openSUSE-kde4_utilities_opt patterns-openSUSE-multimedia_opt patterns-openSUSE-non_oss_opt patterns-openSUSE-office_opt patterns-openSUSE-x11_opt ++++++ config.sh ++++++ --- /var/tmp/diff_new_pack.bBWrBR/_old 2009-10-30 16:57:45.000000000 +0100 +++ /var/tmp/diff_new_pack.bBWrBR/_new 2009-10-30 16:57:45.000000000 +0100 @@ -105,6 +105,7 @@ rm -rf /var/cache/zypp/packages +#USB /usr/bin/correct_live_for_reboot usb #USB /usr/bin/correct_live_install usb # bug 544314 ++++++ correct_live_for_reboot ++++++ #! /bin/sh # this script is called from the live installer once it finished copying the live # image. So we only do the minimal changes necessary to reboot into the system is_usb=0 if test "$1" = usb; then is_usb=1 fi chkconfig sshd on chkconfig cron on # TODO make this conditional chkconfig boot.braille off chkconfig boot.ldconfig on chkconfig boot.langset off chkconfig boot.compcache off ++++++ correct_live_install ++++++ --- /var/tmp/diff_new_pack.bBWrBR/_old 2009-10-30 16:57:45.000000000 +0100 +++ /var/tmp/diff_new_pack.bBWrBR/_new 2009-10-30 16:57:45.000000000 +0100 @@ -1,21 +1,13 @@ #! /bin/sh -# this script is called from the live installer once it finished copying the live -# image. So the goal of this script is to fix whatever configs were changed for the -# live system +# this script is called from the live installer once it is done (including 2nd stage) +# So the goal of this script is to fix whatever configs were changed for the live system is_usb=0 if test "$1" = usb; then is_usb=1 fi -chkconfig sshd on -chkconfig cron on -# TODO make this conditional chkconfig boot.braille off -chkconfig boot.ldconfig on -chkconfig boot.langset off -chkconfig boot.compcache off - #====================================== # /etc/sudoers hack to fix #297695 # (Installation Live CD: no need to ask for password of root) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de