aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-03 18:52:33 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-03 18:52:33 +0000
commitdabcdc8fbf8afce8421865501d46d437137cae02 (patch)
treef26dbec86df8fa7a3076bfc4155c5e3a062bcc4d /dispatch.py
parentI'm not touching mirrorselect again! (diff)
downloadanaconda-dabcdc8fbf8afce8421865501d46d437137cae02.tar.gz
anaconda-dabcdc8fbf8afce8421865501d46d437137cae02.tar.bz2
anaconda-dabcdc8fbf8afce8421865501d46d437137cae02.zip
re-enable makeconf
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index a3dd360..073dc2c 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -93,7 +93,7 @@ installSteps = [
("enablefilesystems", turnOnFilesystems, ),
# Installing the Gentoo Installation Files
- #("makeconf", ),
+ ("makeconf", ),
# Installing the Gentoo Base System
("mirrorselect", ),