diff options
author | Rhyland Klein <rklein@nvidia.com> | 2012-10-23 17:47:16 -0400 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 12:39:43 -0700 |
commit | a967850e5356259862bcec52307f127d682127a5 (patch) | |
tree | 7bfe010e71087729d2129659ca66b35fd743898a /chromeos | |
parent | ac8a8688c7eb22eaa03d246db7f63feb259c3192 (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>
Rebase-Id: Ree11900fbd948b832c4c56a803485767663b6bb7
Diffstat (limited to 'chromeos')
-rw-r--r-- | chromeos/config/base.config | 2 |
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 |