Mailinglist Archive: yast-commit (282 mails)
| < Previous | Next > |
[yast-commit] r67627 - in /trunk/installation: package/yast2-installation.changes startup/Second-Stage/S08-start startup/YaST2.call startup/YaST2.ssh startup/common/network.sh
- From: aschnell@xxxxxxxxxxxxxxxxx
- Date: Wed, 14 Mar 2012 14:43:30 -0000
- Message-id: <20120314144331.58F9E32521@svn2.opensuse.org>
Author: aschnell
Date: Wed Mar 14 15:43:28 2012
New Revision: 67627
URL: http://svn.opensuse.org/viewcvs/yast?rev=67627&view=rev
Log:
- create link yast2.ssh for 2nd stage ssh installation (bnc#745340)
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-installation.changes?rev=67627&r1=67626&r2=67627&view=diff
==============================================================================
--- trunk/installation/package/yast2-installation.changes (original)
+++ trunk/installation/package/yast2-installation.changes Wed Mar 14 15:43:28
2012
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Mar 14 15:42:19 CET 2012 - aschnell@xxxxxxx
+
+- create link yast2.ssh for 2nd stage ssh installation (bnc#745340)
+
+-------------------------------------------------------------------
Wed Feb 15 11:46:45 CET 2012 - gs@xxxxxxx
- Improve layout of the release notes dialog (bnc #550610)
Modified: trunk/installation/startup/Second-Stage/S08-start
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/installation/startup/Second-Stage/S08-start?rev=67627&r1=67626&r2=67627&view=diff
==============================================================================
--- trunk/installation/startup/Second-Stage/S08-start (original)
+++ trunk/installation/startup/Second-Stage/S08-start Wed Mar 14 15:43:28 2012
@@ -31,10 +31,12 @@
#==================================================
# We are going to start a SSH based remote session
#--------------------------------------------------
+ ln -sf /usr/lib/YaST2/startup/YaST2.ssh /sbin/yast2.ssh
ssh_message
while [ -f /var/lib/YaST2/runme_at_boot ]; do
sleep 3
done
+ rm /sbin/yast2.ssh
fi
#=============================================
Modified: trunk/installation/startup/YaST2.call
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/installation/startup/YaST2.call?rev=67627&r1=67626&r2=67627&view=diff
==============================================================================
--- trunk/installation/startup/YaST2.call (original)
+++ trunk/installation/startup/YaST2.call Wed Mar 14 15:43:28 2012
@@ -274,8 +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
***"
- echo "*** /usr/lib/YaST2/startup/YaST2.ssh ***"
+ echo "*** NOTE: after reboot, you have to reconnect and call
yast2.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?rev=67627&r1=67626&r2=67627&view=diff
==============================================================================
--- trunk/installation/startup/YaST2.ssh (original)
+++ trunk/installation/startup/YaST2.ssh Wed Mar 14 15:43:28 2012
@@ -38,8 +38,7 @@
Your system has been updated and needs to reboot ...
Reconnect to the system after it reboots and call
- /usr/lib/YaST2/startup/YaST2.ssh again to continue
- the installation ...
+ yast2.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/network.sh?rev=67627&r1=67626&r2=67627&view=diff
==============================================================================
--- trunk/installation/startup/common/network.sh (original)
+++ trunk/installation/startup/common/network.sh Wed Mar 14 15:43:28 2012
@@ -72,7 +72,7 @@
*** sshd has been started ***
you can login now and proceed with the installation
- run the command '/usr/lib/YaST2/startup/YaST2.ssh'
+ run the command 'yast2.ssh'
active interfaces:
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Mar 14 15:43:28 2012
New Revision: 67627
URL: http://svn.opensuse.org/viewcvs/yast?rev=67627&view=rev
Log:
- create link yast2.ssh for 2nd stage ssh installation (bnc#745340)
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-installation.changes?rev=67627&r1=67626&r2=67627&view=diff
==============================================================================
--- trunk/installation/package/yast2-installation.changes (original)
+++ trunk/installation/package/yast2-installation.changes Wed Mar 14 15:43:28
2012
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Mar 14 15:42:19 CET 2012 - aschnell@xxxxxxx
+
+- create link yast2.ssh for 2nd stage ssh installation (bnc#745340)
+
+-------------------------------------------------------------------
Wed Feb 15 11:46:45 CET 2012 - gs@xxxxxxx
- Improve layout of the release notes dialog (bnc #550610)
Modified: trunk/installation/startup/Second-Stage/S08-start
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/installation/startup/Second-Stage/S08-start?rev=67627&r1=67626&r2=67627&view=diff
==============================================================================
--- trunk/installation/startup/Second-Stage/S08-start (original)
+++ trunk/installation/startup/Second-Stage/S08-start Wed Mar 14 15:43:28 2012
@@ -31,10 +31,12 @@
#==================================================
# We are going to start a SSH based remote session
#--------------------------------------------------
+ ln -sf /usr/lib/YaST2/startup/YaST2.ssh /sbin/yast2.ssh
ssh_message
while [ -f /var/lib/YaST2/runme_at_boot ]; do
sleep 3
done
+ rm /sbin/yast2.ssh
fi
#=============================================
Modified: trunk/installation/startup/YaST2.call
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/installation/startup/YaST2.call?rev=67627&r1=67626&r2=67627&view=diff
==============================================================================
--- trunk/installation/startup/YaST2.call (original)
+++ trunk/installation/startup/YaST2.call Wed Mar 14 15:43:28 2012
@@ -274,8 +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
***"
- echo "*** /usr/lib/YaST2/startup/YaST2.ssh ***"
+ echo "*** NOTE: after reboot, you have to reconnect and call
yast2.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?rev=67627&r1=67626&r2=67627&view=diff
==============================================================================
--- trunk/installation/startup/YaST2.ssh (original)
+++ trunk/installation/startup/YaST2.ssh Wed Mar 14 15:43:28 2012
@@ -38,8 +38,7 @@
Your system has been updated and needs to reboot ...
Reconnect to the system after it reboots and call
- /usr/lib/YaST2/startup/YaST2.ssh again to continue
- the installation ...
+ yast2.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/network.sh?rev=67627&r1=67626&r2=67627&view=diff
==============================================================================
--- trunk/installation/startup/common/network.sh (original)
+++ trunk/installation/startup/common/network.sh Wed Mar 14 15:43:28 2012
@@ -72,7 +72,7 @@
*** sshd has been started ***
you can login now and proceed with the installation
- run the command '/usr/lib/YaST2/startup/YaST2.ssh'
+ run the command 'yast2.ssh'
active interfaces:
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |