|
@@ -6,12 +6,18 @@ config BR2_TARGET_GENERIC_HOSTNAME
|
|
help
|
|
help
|
|
Select system hostname to be stored in /etc/hostname.
|
|
Select system hostname to be stored in /etc/hostname.
|
|
|
|
|
|
|
|
+ Leave empty to not create /etc/hostname, or to keep the
|
|
|
|
+ one from a custom skeleton.
|
|
|
|
+
|
|
config BR2_TARGET_GENERIC_ISSUE
|
|
config BR2_TARGET_GENERIC_ISSUE
|
|
string "System banner"
|
|
string "System banner"
|
|
default "Welcome to Buildroot"
|
|
default "Welcome to Buildroot"
|
|
help
|
|
help
|
|
Select system banner (/etc/issue) to be displayed at login.
|
|
Select system banner (/etc/issue) to be displayed at login.
|
|
|
|
|
|
|
|
+ Leave empty to not create /etc/issue, or to keep the
|
|
|
|
+ one from a custom skeleton.
|
|
|
|
+
|
|
choice
|
|
choice
|
|
bool "Passwords encoding"
|
|
bool "Passwords encoding"
|
|
default BR2_TARGET_GENERIC_PASSWD_MD5
|
|
default BR2_TARGET_GENERIC_PASSWD_MD5
|