[yast-commit] r67633 - in /trunk/installation: package/yast2-installation.changes startup/Second-Stage/S08-start startup/YaST2.call startup/YaST2.ssh startup/common/network.sh
Author: aschnell Date: Thu Mar 15 10:30:21 2012 New Revision: 67633 URL: http://svn.opensuse.org/viewcvs/yast?rev=67633&view=rev Log: - renamed link Modified: trunk/installation/package/yast2-installation.changes trunk/installation/startup/Second-Stage/S08-start trunk/installation/startup/YaST2.call trunk/installation/startup/YaST2.ssh trunk/installation/startup/common/network.sh Modified: trunk/installation/package/yast2-installation.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/package/yast2-instal... ============================================================================== --- trunk/installation/package/yast2-installation.changes (original) +++ trunk/installation/package/yast2-installation.changes Thu Mar 15 10:30:21 2012 @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Wed Mar 14 15:42:19 CET 2012 - aschnell@suse.de -- create link yast2.ssh for 2nd stage ssh installation (bnc#745340) +- create link yast.ssh for 2nd stage ssh installation (bnc#745340) ------------------------------------------------------------------- Wed Feb 15 11:46:45 CET 2012 - gs@suse.de Modified: trunk/installation/startup/Second-Stage/S08-start URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/startup/Second-Stage... ============================================================================== --- trunk/installation/startup/Second-Stage/S08-start (original) +++ trunk/installation/startup/Second-Stage/S08-start Thu Mar 15 10:30:21 2012 @@ -31,12 +31,12 @@ #================================================== # We are going to start a SSH based remote session #-------------------------------------------------- - ln -sf /usr/lib/YaST2/startup/YaST2.ssh /sbin/yast2.ssh + ln -sf /usr/lib/YaST2/startup/YaST2.ssh /sbin/yast.ssh ssh_message while [ -f /var/lib/YaST2/runme_at_boot ]; do sleep 3 done - rm /sbin/yast2.ssh + rm /sbin/yast.ssh fi #============================================= Modified: trunk/installation/startup/YaST2.call URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/startup/YaST2.call?r... ============================================================================== --- trunk/installation/startup/YaST2.call (original) +++ trunk/installation/startup/YaST2.call Thu Mar 15 10:30:21 2012 @@ -274,7 +274,7 @@ if [ -n "$SecondStageRequired" -a "$SecondStageRequired" = "1" ] ; then echo "*** Preparing SSH installation for reboot ***" - echo "*** NOTE: after reboot, you have to reconnect and call yast2.ssh ***" + echo "*** NOTE: after reboot, you have to reconnect and call yast.ssh ***" log "\tPreparing SSH installation for reboot" fi } Modified: trunk/installation/startup/YaST2.ssh URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/startup/YaST2.ssh?re... ============================================================================== --- trunk/installation/startup/YaST2.ssh (original) +++ trunk/installation/startup/YaST2.ssh Thu Mar 15 10:30:21 2012 @@ -38,7 +38,7 @@ Your system has been updated and needs to reboot ... Reconnect to the system after it reboots and call - yast2.ssh again to continue the installation ... + yast.ssh again to continue the installation ... EOF } Modified: trunk/installation/startup/common/network.sh URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/startup/common/netwo... ============================================================================== --- trunk/installation/startup/common/network.sh (original) +++ trunk/installation/startup/common/network.sh Thu Mar 15 10:30:21 2012 @@ -72,7 +72,7 @@ *** sshd has been started *** you can login now and proceed with the installation - run the command 'yast2.ssh' + run the command 'yast.ssh' active interfaces: -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn2.opensuse.org