Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: /
Date: Thu, 30 Jun 2011 22:13:06
Message-Id: 37217dc5783eb652423faf3637879416aba25b46.wiktor@gentoo
1 commit: 37217dc5783eb652423faf3637879416aba25b46
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Thu Jun 30 18:55:43 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Thu Jun 30 18:55:43 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=37217dc5
7
8 Timezone goes before Network in the handbook
9
10 ---
11 dispatch.py | 6 ++++--
12 1 files changed, 4 insertions(+), 2 deletions(-)
13
14 diff --git a/dispatch.py b/dispatch.py
15 index de4ea7e..9688c18 100644
16 --- a/dispatch.py
17 +++ b/dispatch.py
18 @@ -100,11 +100,13 @@ installSteps = [
19 # profile
20 # use
21
22 + # Configuring the Kernel
23 + ("timezone", ),
24 + ("setuptime", setupTimezone, ),
25 +
26 # Configuring your System
27 ("network", ),
28 ("accounts", ),
29 - ("timezone", ),
30 - ("setuptime", setupTimezone, ),
31
32 # Installing Necessary System Tools
33 # syslog and cron