Add the fdformat utility, based on a patch from Kent Robotti,
but I then completely reworked the fdformat utility to comply with the current busybox way of doing things.
This commit is contained in:
parent
a21f4e018a
commit
01c3d40f3c
5 changed files with 175 additions and 0 deletions
|
@ -571,6 +571,13 @@
|
|||
#define fdflush_full_usage \
|
||||
"Forces floppy disk drive to detect disk change"
|
||||
|
||||
#define fdformat_trivial_usage \
|
||||
"[-n] DEVICE"
|
||||
#define fdformat_full_usage \
|
||||
"Low-level formats a floppy disk\n\n" \
|
||||
"Options:\n" \
|
||||
"\t-n\tDon't verify after format"
|
||||
|
||||
#define fdisk_trivial_usage \
|
||||
"[-l] [-v] [-b SSZ] [-u] DISK"
|
||||
#define fdisk_full_usage \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue