summaryrefslogtreecommitdiff
path: root/util-linux/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Require that LFS is enabled to get fdiskEric Andersen2003-07-141-0/+1
|
* Add the fdformat utility, based on a patch from Kent Robotti,Eric Andersen2003-07-051-0/+6
| | | | | but I then completely reworked the fdformat utility to comply with the current busybox way of doing things.
* Patch from Kent Robotti adding a bunch of menuconfig helpEric Andersen2003-07-031-1/+1
|
* Write all the help text for the util-linux utilities. AllowEric Andersen2003-02-271-34/+152
| | | | | | people to locate the mtab file somewhere other that /etc to accomodate read only root filesystems. -Erik
* fdisk writable feature, allows compilation of a small fdisk that canGlenn L McGrath2003-01-041-5/+13
| | | | only read partition table, by Vladimir N. Oleynik
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+232
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik