aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-20 22:38:29 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-20 22:38:29 +0000
commit1106ae3a621855152dccf6334495fbeb37bc3fad (patch)
treecc3de0014d0fbe2fe44a029e80d3c8ecf5231fe4 /dispatch.py
parentInstalling the Gentoo Installation Files welcome screen (diff)
downloadanaconda-1106ae3a621855152dccf6334495fbeb37bc3fad.tar.gz
anaconda-1106ae3a621855152dccf6334495fbeb37bc3fad.tar.bz2
anaconda-1106ae3a621855152dccf6334495fbeb37bc3fad.zip
Installing the Gentoo Base System welcome screen
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/dispatch.py b/dispatch.py
index d2e02a4..b7d3604 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -73,7 +73,7 @@ installSteps = [
("betanag", betaNagScreen, ),
# Preparing the Disks
- ("preparedisks", preparedisks, )
+ ("preparedisks", preparedisks, ),
("filtertype", ),
("filter", ),
("storageinit", storageInitialize, ),
@@ -94,10 +94,11 @@ installSteps = [
("enablefilesystems", turnOnFilesystems, ),
# Installing the Gentoo Installation Files
- ("installationfiles", installationfiles, )
+ ("installationfiles", installationfiles, ),
("makeconf", ),
# Installing the Gentoo Base System
+ ("basesystem", basesystem, ),
("mirrorselect", ),
("mirrorselect-sync", ),
("profile", ),