From dec1a14687ec6b064147e978b25287df71ca15bf Mon Sep 17 00:00:00 2001 From: Sagaert Johan Date: Tue, 7 Jan 2014 23:46:07 +0100 Subject: [PATCH] system: clarify issue/hostname settings A custom skeleton may include /etc/issue and/or /etc/hostname, in which case we do not want to override them. But those files could also be missing from the custom skeleton, or the user may want to override their content. Update the documentation to make it clear that the user can set these to the empty string to make buildroot not create/overwrite these files. [Peter: drop the different default values depending on skeleton] Signed-off-by: Sagaert Johan [yann.morin.1998@free.fr: change from hiding it behind SKELETON_DEFAULT to use conditional default values; move below the skeleton choice; improve help entries] Signed-off-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- system/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/system/Config.in b/system/Config.in index 54c196c69e..8288335cef 100644 --- a/system/Config.in +++ b/system/Config.in @@ -6,12 +6,18 @@ config BR2_TARGET_GENERIC_HOSTNAME help 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 string "System banner" default "Welcome to Buildroot" help 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 bool "Passwords encoding" default BR2_TARGET_GENERIC_PASSWD_MD5 -- 2.30.2