summaryrefslogtreecommitdiff
path: root/chromeos
diff options
context:
space:
mode:
authorRhyland Klein <rklein@nvidia.com>2012-10-23 17:47:16 -0400
committerSimone Willett <swillett@nvidia.com>2012-10-25 17:58:00 -0700
commit3087175f7eadcc0f837ccc9aa44e0e67902982a2 (patch)
treed520515abe7fc688c894467b0a8e1e70c1aae5c7 /chromeos
parente860527fe56ef49bfbb67bdc01ce453aec533eb3 (diff)
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 <vapier@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/34371 Reviewed-by: Olof Johansson <olofj@chromium.org> (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 <rklein@nvidia.com> Change-Id: I50318a1a6a1b9f7ed9bad4db968edda486e33904 Reviewed-on: http://git-master/r/147070 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Allen Martin <amartin@nvidia.com>
Diffstat (limited to 'chromeos')
-rw-r--r--chromeos/config/base.config2
1 files changed, 1 insertions, 1 deletions
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