diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-01 01:48:13 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-01 01:48:13 +0000 |
commit | 6fe2c32504b037991e3f2041d60198c7b6abe2ce (patch) | |
tree | f109b3f1d9c9ecec96ef920c015ee1f06337ef41 | |
parent | installclass.py: add makeconf step (diff) | |
download | anaconda-6fe2c32504b037991e3f2041d60198c7b6abe2ce.tar.gz anaconda-6fe2c32504b037991e3f2041d60198c7b6abe2ce.tar.bz2 anaconda-6fe2c32504b037991e3f2041d60198c7b6abe2ce.zip |
dispatch.py: triviality blocking makeconf
-rw-r--r-- | dispatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py index 6726ea8..08cc685 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 |