[yast-commit] r67628 - in /trunk/bootloader: package/yast2-bootloader.changes src/clients/bootloader_finish.ycp
Author: aschnell Date: Wed Mar 14 15:44:39 2012 New Revision: 67628 URL: http://svn.opensuse.org/viewcvs/yast?rev=67628&view=rev Log: - adapted ssh command for 2nd stage ssh installation (bnc#745340) Modified: trunk/bootloader/package/yast2-bootloader.changes trunk/bootloader/src/clients/bootloader_finish.ycp Modified: trunk/bootloader/package/yast2-bootloader.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/package/yast2-bootload... ============================================================================== --- trunk/bootloader/package/yast2-bootloader.changes (original) +++ trunk/bootloader/package/yast2-bootloader.changes Wed Mar 14 15:44:39 2012 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Mar 14 15:43:44 CET 2012 - aschnell@suse.de + +- adapted ssh command for 2nd stage ssh installation (bnc#745340) + +------------------------------------------------------------------- Mon Mar 5 14:42:10 CET 2012 - mchang@suse.com - add basic grub2 support that only handles installs Modified: trunk/bootloader/src/clients/bootloader_finish.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/src/clients/bootloader... ============================================================================== --- trunk/bootloader/src/clients/bootloader_finish.ycp (original) +++ trunk/bootloader/src/clients/bootloader_finish.ycp Wed Mar 14 15:44:39 2012 @@ -126,10 +126,11 @@ string usessh_msg = ""; if (Linuxrc::usessh ()) { // TRANSLATORS: part of the reboot message + /// %1 is replaced with a command name // (message ID#SSH) - usessh_msg = _("Then reconnect and run the following: -/usr/lib/YaST2/startup/YaST2.ssh -"); + usessh_msg = sformat(_("Then reconnect and run the following: +%1 +"), "yast2.ssh"); } // TRANSLATORS: reboot message -- 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