diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-09-20 15:22:54 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-09-20 15:22:54 -0700 |
commit | 6d089ad8bd47889225d4b8af42a180d213efb2ae (patch) | |
tree | 97f6ef45a6218a6160c052b71041011dcb35a091 /scripts | |
parent | ebb3aff44878449f57a4aa43ccd3d2529d107e20 (diff) | |
download | vyatta-cfg-system-6d089ad8bd47889225d4b8af42a180d213efb2ae.tar.gz vyatta-cfg-system-6d089ad8bd47889225d4b8af42a180d213efb2ae.zip |
fix init-floppy for squeeze
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/init-floppy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/init-floppy b/scripts/init-floppy index 1685a464..7897b685 100755 --- a/scripts/init-floppy +++ b/scripts/init-floppy @@ -81,7 +81,7 @@ if grep -q $DRIVE /proc/mounts ; then fi echo "$format_notice" -/usr/bin/fdformat -n $DRIVE &>/dev/null || \ +/usr/sbin/fdformat -n $DRIVE &>/dev/null || \ failure "$format__error" echo "$create_notice" |