diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-07 07:47:10 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-07 07:47:10 +0000 |
commit | ea6b67de65bfc13544d21fd54ace02b23609cf12 (patch) | |
tree | 2ae4205a236bb8566cc9efb332c686b63ca3c347 /busybox.def.h | |
parent | 246cc6dddd3df2164e8a925ebd8e9a7bba379253 (diff) | |
download | busybox-w32-ea6b67de65bfc13544d21fd54ace02b23609cf12.tar.gz busybox-w32-ea6b67de65bfc13544d21fd54ace02b23609cf12.tar.bz2 busybox-w32-ea6b67de65bfc13544d21fd54ace02b23609cf12.zip |
Add a #define to make init extra quiet on boot.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index da34055ee..5fc86fb17 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -174,3 +174,4 @@ | |||
174 | //#define BB_FEATURE_INIT_CHROOT | 174 | //#define BB_FEATURE_INIT_CHROOT |
175 | #endif | 175 | #endif |
176 | // | 176 | // |
177 | #define BB_FEATURE_EXTRA_QUIET | ||