summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2005-08-31 21:00:44 +0000
committerPaul Nasrat <pnasrat@redhat.com>2005-08-31 21:00:44 +0000
commit93dfae33916a19dc33a507f8edb135dd257c60c6 (patch)
tree154fdcbbb7d91d6545a43458d981a01823e52a78 /dispatch.py
parentc69c52c5cb5017ccaeac96241c82e6b3a313c844 (diff)
downloadanaconda-93dfae33916a19dc33a507f8edb135dd257c60c6.tar.gz
anaconda-93dfae33916a19dc33a507f8edb135dd257c60c6.tar.xz
anaconda-93dfae33916a19dc33a507f8edb135dd257c60c6.zip
Make backend actually install
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 84026d9fc..b48a5dd14 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -137,7 +137,7 @@ installSteps = [
("firstboot", firstbootConfiguration, ("id", "instPath")),
("instbootloader", writeBootloader, ("intf", "instPath", "id.fsset",
"id.bootloader", "id.instLanguage",
- "id.grpset")),
+ "backend")),
("bootdisk", ("dir", "dispatch", "id.fsset")),
("makebootdisk", makeBootdisk, ("intf", "dir", "id.floppyDevice",
"id.grpset", "instPath", "id.bootloader")),