summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-11 19:05:52 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-11 19:05:52 +0000
commit2bcc4dd71658524b19f6a59a7a16c2542c3fcf3e (patch)
treec22c72d836f9d31f7d8525c76f051d6e35d1751b
parentd0bb62e6765577e1a845792a0c9502eff46bd8a5 (diff)
downloaddrakx-backup-do-not-use-2bcc4dd71658524b19f6a59a7a16c2542c3fcf3e.tar
drakx-backup-do-not-use-2bcc4dd71658524b19f6a59a7a16c2542c3fcf3e.tar.gz
drakx-backup-do-not-use-2bcc4dd71658524b19f6a59a7a16c2542c3fcf3e.tar.bz2
drakx-backup-do-not-use-2bcc4dd71658524b19f6a59a7a16c2542c3fcf3e.tar.xz
drakx-backup-do-not-use-2bcc4dd71658524b19f6a59a7a16c2542c3fcf3e.zip
tweak config
-rw-r--r--mdk-stage1/insmod-busybox/Config.h92
1 files changed, 1 insertions, 91 deletions
diff --git a/mdk-stage1/insmod-busybox/Config.h b/mdk-stage1/insmod-busybox/Config.h
index eb274fc17..8388416b7 100644
--- a/mdk-stage1/insmod-busybox/Config.h
+++ b/mdk-stage1/insmod-busybox/Config.h
@@ -36,97 +36,7 @@
// You can't use this and BB_FEATURE_USE_DEVPS_PATCH
// at the same time...
#define BB_FEATURE_USE_PROCFS
-//
-// This compiles out everything but the most
-// trivial --help usage information (i.e. reduces binary size)
-//#define BB_FEATURE_TRIVIAL_HELP
-//
-// Use termios to manipulate the screen ('more' is prettier with this on)
-#define BB_FEATURE_USE_TERMIOS
-//
-// calculate terminal & column widths (for more and ls)
-#define BB_FEATURE_AUTOWIDTH
-//
-// show username/groupnames (bypasses libc6 NSS) for ls
-#define BB_FEATURE_LS_USERNAME
-//
-// show file timestamps in ls
-#define BB_FEATURE_LS_TIMESTAMPS
-//
-// enable ls -p and -F
-#define BB_FEATURE_LS_FILETYPES
-//
-// sort the file names (still a bit buggy)
-#define BB_FEATURE_LS_SORTFILES
-//
-// enable ls -R
-#define BB_FEATURE_LS_RECURSIVE
-//
-// enable ls -L
-#define BB_FEATURE_LS_FOLLOWLINKS
-//
-// Change ping implementation -- simplified, featureless, but really small.
-//#define BB_FEATURE_SIMPLE_PING
-//
-// Make init use a simplified /etc/inittab file (recommended).
-#define BB_FEATURE_USE_INITTAB
-//
-//Enable init being called as /linuxrc
-#define BB_FEATURE_LINUXRC
-//
-//Have init enable core dumping for child processes (for debugging only)
-//#define BB_FEATURE_INIT_COREDUMPS
-//
-// Allow init to permenently chroot, and umount the old root fs
-// just like an initrd does. Requires a kernel patch by Werner Almesberger.
-// ftp://icaftp.epfl.ch/pub/people/almesber/misc/umount-root-*.tar.gz
-//#define BB_FEATURE_INIT_CHROOT
-//
-//Make sure nothing is printed to the console on boot
-#define BB_FEATURE_EXTRA_QUIET
-//
-//Should syslogd also provide klogd support?
-#define BB_FEATURE_KLOGD
-//
-// enable syslogd -R remotehost
-#define BB_FEATURE_REMOTE_LOG
-//
-//Simple tail implementation (2.34k vs 3k for the full one).
-//Both provide 'tail -f' support (only one file at a time.)
-#define BB_FEATURE_SIMPLE_TAIL
-//
-// Enable support for loop devices in mount
-#define BB_FEATURE_MOUNT_LOOP
-//
-// Enable support for a real /etc/mtab file instead of /proc/mounts
-//#define BB_FEATURE_MOUNT_MTAB_SUPPORT
-//
-// Enable support for mounting remote NFS volumes
-#define BB_FEATURE_NFSMOUNT
-//
-// Enable support forced filesystem unmounting
-// (i.e. in case of an unreachable NFS system).
-#define BB_FEATURE_MOUNT_FORCE
-//
-// Enable support for creation of tar files.
-#define BB_FEATURE_TAR_CREATE
-//
-// Enable support for "--exclude" for excluding files
-#define BB_FEATURE_TAR_EXCLUDE
-//
-// Enable support for s///p pattern matching
-#define BB_FEATURE_SED_PATTERN_SPACE
-//
-//// Enable reverse sort
-#define BB_FEATURE_SORT_REVERSE
-//
-// Enable command line editing in the shell
-#define BB_FEATURE_SH_COMMAND_EDITING
-//
-//Allow the shell to invoke all the compiled in BusyBox commands as if they
-//were shell builtins. Nice for staticly linking an emergency rescue shell
-//among other thing.
-#define BB_FEATURE_SH_STANDALONE_SHELL
+
//
// Enable tab completion in the shell (not yet
// working very well -- so don't turn this on)