aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-20 22:47:24 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-20 22:47:24 +0000
commit6062f735d8c609757640021bce168bcbf063a96b (patch)
tree0689252467c1a59abe35bf2edc014e544d1b539b /dispatch.py
parentConfiguring the Kernel welcome screen (diff)
downloadanaconda-6062f735d8c609757640021bce168bcbf063a96b.tar.gz
anaconda-6062f735d8c609757640021bce168bcbf063a96b.tar.bz2
anaconda-6062f735d8c609757640021bce168bcbf063a96b.zip
Configuring your System welcome screen
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index d75a6c9..ed08b2e 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -105,11 +105,12 @@ installSteps = [
("use", ),
# Configuring the Kernel
- ("configurekernel", configurekernel),
+ ("configurekernel", configurekernel, ),
("timezone", ),
("setuptime", setupTimezone, ),
# Configuring your System
+ ("configuresystem", configuresystem, ),
("network", ),
("accounts", ),