summaryrefslogtreecommitdiff
path: root/target/config/Config.in.runtime
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-25 09:13:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-25 09:14:13 +0200
commitbbe01982c069994ebe5dc74019c86c0b2ed1cedb (patch)
tree27b911d5d4018076257750e87709ca1493a215cb /target/config/Config.in.runtime
parent6bedec9d6fb16bcf71c8e942a26a169edf47b199 (diff)
make bootup really quiet
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r--target/config/Config.in.runtime17
1 files changed, 12 insertions, 5 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index e3f674d78..fdcc3fa6b 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -22,7 +22,7 @@ config ADK_RUNTIME_PASSWORD
Predefine the root password enabled in the built image.
config ADK_RUNTIME_START_SERVICES
- prompt "start some services by default"
+ prompt "start services by default"
boolean
default n
help
@@ -47,8 +47,15 @@ config ADK_RUNTIME_TIMEZONE
help
Predefine the timezone for the embedded system.
+config ADK_QUIET_KERNEL
+ prompt "make bootup quiet without messages from the kernel"
+ boolean
+ default n
+ help
+ Make bootup quiet without messages from the kernel.
+
choice
-prompt "Enable verbose bootup messages from initscripts"
+prompt "bootup messages from initscripts"
default ADK_RUNTIME_VERBOSE_INIT_VGA if ADK_TARGET_WITH_VGA
default ADK_RUNTIME_VERBOSE_INIT_SERIAL
@@ -65,7 +72,7 @@ config ADK_RUNTIME_QUIET_INIT
endchoice
choice
-prompt "Start getty or shell after bootup"
+prompt "start getty or shell after bootup"
default ADK_RUNTIME_SHELL if ADK_PKG_TEST
default ADK_RUNTIME_GETTY
@@ -129,7 +136,7 @@ config ADK_RUNTIME_KBD_LAYOUT
Predefine the keyboard layout for the embedded system.
choice
-prompt "Initial login shell for the root user"
+prompt "initial login shell for the root user"
default ADK_ROOTSH_MKSH
config ADK_ROOTSH_MKSH
@@ -169,7 +176,7 @@ config ADK_ROOTSH_ZSH
endchoice
choice
-prompt "System /bin/sh (POSIX script shell)"
+prompt "system /bin/sh (POSIX script shell)"
default ADK_BINSH_MKSH
config ADK_BINSH_MKSH