diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-02-29 22:55:45 +0000 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-02-29 22:55:45 +0000 |
commit | d1fff3cab23fec182b70aba6589e475ec208d6e6 (patch) | |
tree | 0510482681330b177ce209a4a4db043628e6b0ae /scripts/init-floppy | |
parent | 82b0bced0463c33ef48d8268072940a36ce04d68 (diff) | |
parent | 90d8a2731ab6739abf3f8faae01dd16eea4c5ece (diff) | |
download | vyatta-cfg-system-d1fff3cab23fec182b70aba6589e475ec208d6e6.tar.gz vyatta-cfg-system-d1fff3cab23fec182b70aba6589e475ec208d6e6.zip |
Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnard
Diffstat (limited to 'scripts/init-floppy')
-rwxr-xr-x | scripts/init-floppy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/init-floppy b/scripts/init-floppy index 9f5301d8..1ae0d79b 100755 --- a/scripts/init-floppy +++ b/scripts/init-floppy @@ -35,7 +35,7 @@ failure () exit 1 } -# Look and see if we have a floopy drive +# Look and see if we have a floppy drive if sed -n '/[0-9]\+ fd$/ { q 1 }' /proc/devices || [ ! -e $DRIVE ] ; then failure "No floppy device" fi @@ -55,7 +55,7 @@ unbind__error="\rError: Couldn't unbind ${vyatta_sysconfdir}/config." umount_notice="\rAttempting to unmount floppy...\c" umount__error="\rError: Couldn't unmount $DRIVE." format_notice="\rFormatting floppy $DRIVE... \c" -format__error="\rPlease insert a floppy disk in $DRIVE and rerun init-floppy." +format__error="\rPlease insert a floppy disk in $DRIVE and rerun." create_notice="\rCreating file system... \c" create__error="\rError: Couldn't create filesystem on floppy $DRIVE" mount__notice="\rMounting formatted floppy... \c" |