Hello community,
here is the log from the commit of package kiwi-config-openSUSE for
openSUSE:Factory checked in at 2016-08-25 09:56:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2016-07-24 19:53:31.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes
2016-08-25 09:56:47.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Aug 18 16:28:21 UTC 2016 - [email protected]
+
+- Improve start-install.sh:
+ - Prevent simultaneous calls
+ - Same look everywhere:
+ - Display accelerators on KDE
+ - Same accelerators and font everywhere
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ start-install.sh ++++++
--- /var/tmp/diff_new_pack.Dxflah/_old 2016-08-25 09:56:48.000000000 +0200
+++ /var/tmp/diff_new_pack.Dxflah/_new 2016-08-25 09:56:48.000000000 +0200
@@ -1,4 +1,14 @@
#!/bin/bash
-echo "ZyppRepoURL: http://download.opensuse.org/tumbleweed/repo/oss" >>
/etc/install.inf
-echo "InstMode: net" >> /etc/install.inf
+#YaST takes a certain time to show up, so we need to prevent calling it twice
simultaneously
+#snippet from man 1 flock
+[ "${FLOCKER}" != "$0" ] && exec env FLOCKER="$0" flock -en "$0" "$0" "$@" || :
+
+#Look like the DVD installer everywhere
+unset XDG_CURRENT_DESKTOP
+
+cat >/etc/install.inf <<EOF
+ZyppRepoURL: http://download.opensuse.org/tumbleweed/repo/oss
+InstMode: net
+EOF
+
/usr/lib/YaST2/startup/YaST2.call installation initial