commit | a6b9051e16637e73ec5badc539f837d2cf46292c | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Fri Dec 06 21:49:59 2002 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Fri Dec 06 21:49:59 2002 +0000 |
tree | 244956c64a225dd6fd4d0d81138a32b93eb87faf | |
parent | 110ee23515a0a8c81c5eca7dad06e552b1b89660 [diff] [blame] |
Allow for people to select no default shell
diff --git a/shell/Config.in b/shell/Config.in index 3f5d532..69f8482 100644 --- a/shell/Config.in +++ b/shell/Config.in
@@ -7,7 +7,7 @@ choice prompt "Choose your default shell" - default "ash" + default "none" help Please submit a patch to add help text for this item. @@ -23,6 +23,9 @@ config CONFIG_FEATURE_SH_IS_MSH bool "msh" +config CONFIG_FEATURE_SH_IS_NONE + bool "none" + endchoice if CONFIG_FEATURE_SH_IS_ASH