|
@@ -22,7 +22,7 @@ config ADK_RUNTIME_PASSWORD
|
|
Predefine the root password enabled in the built image.
|
|
Predefine the root password enabled in the built image.
|
|
|
|
|
|
config ADK_RUNTIME_START_SERVICES
|
|
config ADK_RUNTIME_START_SERVICES
|
|
- prompt "start some services by default"
|
|
+ prompt "start services by default"
|
|
boolean
|
|
boolean
|
|
default n
|
|
default n
|
|
help
|
|
help
|
|
@@ -47,8 +47,15 @@ config ADK_RUNTIME_TIMEZONE
|
|
help
|
|
help
|
|
Predefine the timezone for the embedded system.
|
|
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
|
|
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_VGA if ADK_TARGET_WITH_VGA
|
|
default ADK_RUNTIME_VERBOSE_INIT_SERIAL
|
|
default ADK_RUNTIME_VERBOSE_INIT_SERIAL
|
|
|
|
|
|
@@ -65,7 +72,7 @@ config ADK_RUNTIME_QUIET_INIT
|
|
endchoice
|
|
endchoice
|
|
|
|
|
|
choice
|
|
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_SHELL if ADK_PKG_TEST
|
|
default ADK_RUNTIME_GETTY
|
|
default ADK_RUNTIME_GETTY
|
|
|
|
|
|
@@ -129,7 +136,7 @@ config ADK_RUNTIME_KBD_LAYOUT
|
|
Predefine the keyboard layout for the embedded system.
|
|
Predefine the keyboard layout for the embedded system.
|
|
|
|
|
|
choice
|
|
choice
|
|
-prompt "Initial login shell for the root user"
|
|
+prompt "initial login shell for the root user"
|
|
default ADK_ROOTSH_MKSH
|
|
default ADK_ROOTSH_MKSH
|
|
|
|
|
|
config ADK_ROOTSH_MKSH
|
|
config ADK_ROOTSH_MKSH
|
|
@@ -169,7 +176,7 @@ config ADK_ROOTSH_ZSH
|
|
endchoice
|
|
endchoice
|
|
|
|
|
|
choice
|
|
choice
|
|
-prompt "System /bin/sh (POSIX script shell)"
|
|
+prompt "system /bin/sh (POSIX script shell)"
|
|
default ADK_BINSH_MKSH
|
|
default ADK_BINSH_MKSH
|
|
|
|
|
|
config ADK_BINSH_MKSH
|
|
config ADK_BINSH_MKSH
|