diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2012-02-21 11:00:04 -0800 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2012-02-21 11:00:04 -0800 |
commit | 7fd047b8437f8e6c4231ce7da8377c662f936239 (patch) | |
tree | e1c68d90a735fe85293f2f48648c535f0cef94cb | |
parent | 37e8f7ecf006f74154c9182877689a6e5782e736 (diff) | |
download | vyatta-cfg-quagga-7fd047b8437f8e6c4231ce7da8377c662f936239.tar.gz vyatta-cfg-quagga-7fd047b8437f8e6c4231ce7da8377c662f936239.zip |
Remove reference to init-floppy
Bug 7608
-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" |