Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2014-03-27 06:13:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.installation-images-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "installation-images-openSUSE"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
        2014-03-21 12:14:41.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2014-03-27 06:13:29.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Mar 24 15:19:44 CET 2014 - [email protected]
+
+- make sure plymouth is always turned off (bnc #869864)
+- write ssh install instructions into motd
+
+-------------------------------------------------------------------

Old:
----
  installation-images-14.67.tar.bz2

New:
----
  installation-images-14.68.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ installation-images-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.JHVm9C/_old  2014-03-27 06:13:30.000000000 +0100
+++ /var/tmp/diff_new_pack.JHVm9C/_new  2014-03-27 06:13:30.000000000 +0100
@@ -354,10 +354,10 @@
 Summary:        Installation Image Files for %theme
 License:        GPL-2.0+
 Group:          Metapackages
-Version:        14.67
+Version:        14.68
 Release:        0
 Provides:       installation-images = %version-%release
-Source:         installation-images-14.67.tar.bz2
+Source:         installation-images-14.68.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++++++ installation-images-14.67.tar.bz2 -> installation-images-14.68.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.67/VERSION 
new/installation-images-14.68/VERSION
--- old/installation-images-14.67/VERSION       2014-03-20 14:05:50.000000000 
+0100
+++ new/installation-images-14.68/VERSION       2014-03-24 15:19:35.000000000 
+0100
@@ -1 +1 @@
-14.67
+14.68
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.67/changelog 
new/installation-images-14.68/changelog
--- old/installation-images-14.67/changelog     2014-03-20 14:05:54.000000000 
+0100
+++ new/installation-images-14.68/changelog     2014-03-24 15:19:40.000000000 
+0100
@@ -1,4 +1,8 @@
-2014-03-20:    HEAD
+2014-03-24:    HEAD
+       - make sure plymouth is always turned off (bnc #869864)
+       - write ssh install instructions into motd
+
+2014-03-20:    14.67
        - move 'hostname' into initrd
        - make 'boot installed system' work from usb disk (bnc #807157)
        - add and start haveged (bnc #869158)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.67/data/root/etc/inst_setup 
new/installation-images-14.68/data/root/etc/inst_setup
--- old/installation-images-14.67/data/root/etc/inst_setup      2014-03-19 
16:35:37.000000000 +0100
+++ new/installation-images-14.68/data/root/etc/inst_setup      2014-03-24 
15:07:41.000000000 +0100
@@ -219,36 +219,38 @@
   YAST2_SSH=false
 fi
 
+plymouth_off
+
 ec=
 if [ "$YAST2_SSH" = "true" ] ; then
-cat <<EOF
+  cat <<EOF
 
       ***  login using 'ssh -X root@${hostname}'  ***
       ***  run '${yast}.ssh' to start the installation  ***
 
 EOF
-while true ; do
-#echo -n .
-sleep 3
-# this file is created from YaST2.firstboot after installation
-test ! -f /tmp/YaST2_ssh_installation_finished && continue
-# you can touch this file to keep the ssh shell
-# useful for debugging the installer
-test -f /tmp/YaST2_keep_sshd_running && continue
-break
-done
+  cp /etc/issue /etc/motd
+  echo -e "Run yast.ssh to start the installation.\n" >>/etc/motd
+
+  while true ; do
+    sleep 3
+    # this file is created from YaST2.firstboot after installation
+    test ! -f /tmp/YaST2_ssh_installation_finished && continue
+    # you can touch this file to keep the ssh shell
+    # useful for debugging the installer
+    test -f /tmp/YaST2_keep_sshd_running && continue
+    break
+  done
 
-ec=$(cat /tmp/YaST2_ssh_installation_finished)
-rm -f /tmp/YaST2_ssh_installation_finished
+  ec=$(cat /tmp/YaST2_ssh_installation_finished)
+  rm -f /tmp/YaST2_ssh_installation_finished
 elif [ "$yast" = yast ] ; then
-# now, run yast
-echo "starting yast..."
-  plymouth_off
+  # now, run yast
+  echo "starting yast..."
   /sbin/yast "$@" ; ec=$?
 elif [ "$yast" ] ; then
-# now, run yast
-echo "starting $yast..."
-  plymouth_off
+  # now, run yast
+  echo "starting $yast..."
   "$yast" "$@" ; ec=$?
 fi
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to