diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-03 14:33:32 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-03 14:37:58 -0800 |
commit | 2bb15f89c9b2fa9477651abc6bf831ea3558cd13 (patch) | |
tree | 581ca4c68a2b1e091bb6d6a234392d12d9445594 /templates/system | |
parent | 04d68a752dd51b5eff0a56022f324d334efc1dc1 (diff) | |
download | vyatta-cfg-quagga-2bb15f89c9b2fa9477651abc6bf831ea3558cd13.tar.gz vyatta-cfg-quagga-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.
Diffstat (limited to 'templates/system')
-rw-r--r-- | templates/system/host-name/node.def | 2 | ||||
-rw-r--r-- | templates/system/time-zone/node.def | 2 |
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" |