aboutsummaryrefslogtreecommitdiff
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken tabsEric Andersen2002-11-071-4/+6
|
* Begin moving things to busybox.netEric Andersen2001-12-081-2/+2
| | | | -Erik
* Cleanup some config problems. Add a sane default config that basicallyEric Andersen2001-11-101-1/+3
| | | | matches the default old Config.h
* Remove comments about 'make bzImage'Eric Andersen2001-11-071-1/+1
|
* Fix location of Configure.helpEric Andersen2001-10-311-3/+3
|
* Ignore lxdialogEric Andersen2001-10-241-0/+1
|
* ignore generated filesEric Andersen2001-10-241-0/+2
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-2422-498/+5706
| | | | -Erik
* This depmod script will create a modules.dep file, just like the depmodEric Andersen2001-07-301-0/+227
| | | | | | | | | | binary from modutils. This one, however, can be run on the _host_ system (need not be run on the target) and is fully cross platform, so even if your target is ARM or powerpc or whatever, this will still work. When used to support the new modprobe applet, this allows busybox to fully supplant modutils for architectures supported by busybox insmod. -Erik
* Fix up the sample inittab entry per what is current.Eric Andersen2001-07-301-19/+22
| | | | -Erik
* rpm2cpio applet by Laurence AndersonGlenn L McGrath2001-06-261-2/+2
|
* Added some help messages.Mark Whitley2001-04-171-1/+9
|
* Script that generates a script that will convert oddball variable names to K&RMark Whitley2001-03-141-0/+76
| | | | style.
* Script updates for better portabilityEric Andersen2000-12-122-6/+15
|
* Finish commit of rpmunpack and add in scripts for undeb and unrpmEric Andersen2000-11-292-0/+92
|
* Don't suppress output of umount and swapoff - it is both unwisePavel Roskin2000-09-151-2/+2
| | | | and incompatible with lash that doesn't support >&1 yet.
* Add in a patch from robotti@metconnect.com and Chip Rosenthal to makeEric Andersen2000-09-141-7/+13
| | | | | init do login shell stuff. -Erik
* Update the sample inittab to add the "ctrlaltdel" action.Erik Andersen2000-02-091-3/+5
| | | | | Note a bug in busybox init that I need to fix. -Erik
* Add in sample inittab fileErik Andersen2000-01-061-0/+75
-Erik