summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorMaarten Vanraes <alien@mageia.org>2011-10-24 21:03:49 +0000
committerMaarten Vanraes <alien@mageia.org>2011-10-24 21:03:49 +0000
commit199cf4c98da0c57f50906cd7961a6195c637be17 (patch)
treef923eb040b922fda8d28b7519f65a40570433c8e /rescue
parentdce6581dd4ad3e77a59556365493892bfe9ea14d (diff)
downloaddrakx-199cf4c98da0c57f50906cd7961a6195c637be17.tar
drakx-199cf4c98da0c57f50906cd7961a6195c637be17.tar.gz
drakx-199cf4c98da0c57f50906cd7961a6195c637be17.tar.bz2
drakx-199cf4c98da0c57f50906cd7961a6195c637be17.tar.xz
drakx-199cf4c98da0c57f50906cd7961a6195c637be17.zip
modify password text to be clearer to it's purpose
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/genpasswd2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/genpasswd b/rescue/genpasswd
index 328ced265..b7fe1f660 100755
--- a/rescue/genpasswd
+++ b/rescue/genpasswd
@@ -1,7 +1,7 @@
#!/usr/bin/perl
system "stty -echo";
-print STDERR "Give a password: ";
+print STDERR "Give a password for ssh access: ";
chomp($word = <STDIN>);
print STDERR "\n";
system "stty echo";