[BusyBox-cvs] busybox/util-linux fdformat.c, NONE, 1.1 Config.in, 1.4, 1.5

Erik Andersen andersen at busybox.net
Sat Jul 5 07:50:16 UTC 2003


Update of /var/cvs/busybox/util-linux
In directory winder:/tmp/cvs-serv14875/util-linux

Modified Files:
	Config.in 
Added Files:
	fdformat.c 
Log Message:
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.


--- NEW FILE: fdformat.c ---
(This appears to be a binary file; contents omitted.)

Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/util-linux/Config.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Config.in	3 Jul 2003 10:00:15 -0000	1.4
+++ Config.in	5 Jul 2003 07:50:13 -0000	1.5
@@ -59,6 +59,12 @@
 	  you change a disk.  Most people have working hardware and can safely
 	  say leave this disabled.
 
+config CONFIG_FDFORMAT
+	bool "fdformat"
+	default n
+	help
+	  Fdformat is used to low-level format a floppy disk.
+
 config CONFIG_FDISK
 	bool "fdisk"
 	default n




More information about the busybox-cvs mailing list