diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-09 22:17:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-09 22:17:10 +0000 |
commit | 59aa5703ae2276f33ff75914e79e8197e37287f3 (patch) | |
tree | 90faa66746d6348c793cb837edfad50a8c6624d1 /debian | |
parent | fc994d1cb459ad9da07ef535160c24d8c779a49e (diff) | |
download | busybox-59aa5703ae2276f33ff75914e79e8197e37287f3.tar.gz |
Enable freeramdisk and pivot_root, disable lash for the Debian .udeb
-Erik
Diffstat (limited to 'debian')
-rw-r--r-- | debian/Config.h-udeb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/Config.h-udeb b/debian/Config.h-udeb index 9e05c4f06..a9fa831e7 100644 --- a/debian/Config.h-udeb +++ b/debian/Config.h-udeb @@ -36,7 +36,7 @@ //#define BB_FDFLUSH #define BB_FIND #define BB_FREE -//#define BB_FREERAMDISK +#define BB_FREERAMDISK //#define BB_FSCK_MINIX //#define BB_GETOPT #define BB_GREP @@ -76,7 +76,7 @@ //#define BB_MT //#define BB_NSLOOKUP //#define BB_PING -//#define BB_PIVOT_ROOT +#define BB_PIVOT_ROOT #define BB_POWEROFF //#define BB_PRINTF #define BB_PS @@ -93,7 +93,7 @@ //#define BB_RPMUNPACK #define BB_SED //#define BB_SETKEYCODES -#define BB_SH +//#define BB_SH #define BB_SLEEP #define BB_SORT //#define BB_STTY |