aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-05 07:51:31 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-05 07:51:31 +0000
commit01c3d40f3c022abc08c14b96fe586a33fce081e8 (patch)
tree44343baf5a55f3f623770a1097a54eaad112c7f4 /util-linux/Config.in
parenta21f4e018a39c08e09d69fae63383000a327716a (diff)
downloadbusybox-w32-01c3d40f3c022abc08c14b96fe586a33fce081e8.tar.gz
busybox-w32-01c3d40f3c022abc08c14b96fe586a33fce081e8.tar.bz2
busybox-w32-01c3d40f3c022abc08c14b96fe586a33fce081e8.zip
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.
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r--util-linux/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index d2e827213..ae17fe31b 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -59,6 +59,12 @@ config CONFIG_FDFLUSH
59 you change a disk. Most people have working hardware and can safely 59 you change a disk. Most people have working hardware and can safely
60 say leave this disabled. 60 say leave this disabled.
61 61
62config CONFIG_FDFORMAT
63 bool "fdformat"
64 default n
65 help
66 Fdformat is used to low-level format a floppy disk.
67
62config CONFIG_FDISK 68config CONFIG_FDISK
63 bool "fdisk" 69 bool "fdisk"
64 default n 70 default n