From 2bb15f89c9b2fa9477651abc6bf831ea3558cd13 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 3 Feb 2010 14:33:32 -0800 Subject: 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. --- templates/system/host-name/node.def | 2 +- 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" -- cgit v1.2.3