summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-02-03 14:33:32 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-02-03 14:37:58 -0800
commit2bb15f89c9b2fa9477651abc6bf831ea3558cd13 (patch)
tree581ca4c68a2b1e091bb6d6a234392d12d9445594
parent04d68a752dd51b5eff0a56022f324d334efc1dc1 (diff)
downloadvyatta-cfg-system-2bb15f89c9b2fa9477651abc6bf831ea3558cd13.tar.gz
vyatta-cfg-system-2bb15f89c9b2fa9477651abc6bf831ea3558cd13.zip
Set system host-name and time-zone first
Bug 4754 Want correct host-name for DHCP to work right later under interfaces. Want timezone correct so that any services started that print time information have correct data.
-rw-r--r--templates/system/host-name/node.def2
-rw-r--r--templates/system/time-zone/node.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/system/host-name/node.def b/templates/system/host-name/node.def
index ed6cc7fe..a119c362 100644
--- a/templates/system/host-name/node.def
+++ b/templates/system/host-name/node.def
@@ -1,4 +1,4 @@
-priority: 400
+priority: 100
type: txt
help: Set system host name (default: vyatta)
default: "vyatta"
diff --git a/templates/system/time-zone/node.def b/templates/system/time-zone/node.def
index be8b0992..15de6043 100644
--- a/templates/system/time-zone/node.def
+++ b/templates/system/time-zone/node.def
@@ -1,4 +1,4 @@
-priority: 400
+priority: 100
type: txt
help: Set local timezone
default: "GMT"