From a967850e5356259862bcec52307f127d682127a5 Mon Sep 17 00:00:00 2001 From: Rhyland Klein Date: Tue, 23 Oct 2012 17:47:16 -0400 Subject: CHROMIUM: config: set default hostname Rather than wasting time in userspace running `hostname localhost`, just boot the kernel with the default. Signed-off-by: Mike Frysinger Reviewed-on: https://gerrit.chromium.org/gerrit/34371 Reviewed-by: Olof Johansson (cherry picked from commit 8a1968a291abc47a0f05afd8967a4df6ae4da080) This change fixes the issue where hostname was no longer working on recent chrome nightlies. bug 1164006 Signed-off-by: Rhyland Klein Change-Id: I50318a1a6a1b9f7ed9bad4db968edda486e33904 Reviewed-on: http://git-master/r/147070 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Allen Martin Rebase-Id: Ree11900fbd948b832c4c56a803485767663b6bb7 --- chromeos/config/base.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chromeos') diff --git a/chromeos/config/base.config b/chromeos/config/base.config index af48e28855b6..f7048b5b8bc2 100644 --- a/chromeos/config/base.config +++ b/chromeos/config/base.config @@ -288,7 +288,7 @@ CONFIG_DEBUG_KERNEL=y # CONFIG_DEBUG_WRITECOUNT is not set # CONFIG_DECNET is not set CONFIG_DECOMPRESS_GZIP=y -CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_DEFAULT_HOSTNAME="localhost" CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 CONFIG_DEFAULT_SECURITY="" CONFIG_DEFAULT_SECURITY_DAC=y -- cgit v1.2.3