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/time-zone | |
parent | 04d68a752dd51b5eff0a56022f324d334efc1dc1 (diff) | |
download | vyatta-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.
Diffstat (limited to 'templates/system/time-zone')
-rw-r--r-- | templates/system/time-zone/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
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" |