diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-02-09 04:16:43 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-02-09 04:16:43 +0000 |
commit | e132f4b09e5c9aedaef97f65279e8702633fd425 (patch) | |
tree | 50bfe1c027ff760e426ae31442da73e536dd4baa /busybox.def.h | |
parent | e49d5ecbbe51718fa925b6890a735e5937cc2aa2 (diff) |
Fixed the init problem where it wouldn't unmount filesystems
on reboot. Also fixed swapoff -a so it works.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index f8c6e6e07..e2f5dd391 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -59,7 +59,6 @@ #define BB_MOUNT #define BB_NFSMOUNT //#define BB_MT -//#define BB_MTAB #define BB_NSLOOKUP #define BB_PING #define BB_POWEROFF |