aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-20 22:43:28 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-20 22:43:28 +0000
commit8fe2ebf084d7ac055217e78fe02d823c0adc6605 (patch)
treec093091ffb8ed08a83aa0b0728aff92c48f58c5f /dispatch.py
parentInstalling the Gentoo Base System welcome screen (diff)
downloadanaconda-8fe2ebf084d7ac055217e78fe02d823c0adc6605.tar.gz
anaconda-8fe2ebf084d7ac055217e78fe02d823c0adc6605.tar.bz2
anaconda-8fe2ebf084d7ac055217e78fe02d823c0adc6605.zip
Configuring the Kernel welcome screen
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dispatch.py b/dispatch.py
index b7d3604..d75a6c9 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -105,6 +105,7 @@ installSteps = [
("use", ),
# Configuring the Kernel
+ ("configurekernel", configurekernel),
("timezone", ),
("setuptime", setupTimezone, ),