summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-05-30 22:09:14 +0000
committerJeremy Katz <katzj@redhat.com>2002-05-30 22:09:14 +0000
commit7306e8d2077e30e9234a6d08d8dd29c63732e378 (patch)
tree84996c2a5a7451d69e380ee9d5fc0ca59588a37d /dispatch.py
parentb56f3b253a27034a0e456c26794cfa92f4402cb2 (diff)
downloadanaconda-7306e8d2077e30e9234a6d08d8dd29c63732e378.tar.gz
anaconda-7306e8d2077e30e9234a6d08d8dd29c63732e378.tar.xz
anaconda-7306e8d2077e30e9234a6d08d8dd29c63732e378.zip
more /mnt/sysimage surgery
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 dc8523767..0b3bb5e00 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -129,7 +129,7 @@ installSteps = [
("videocard", ("dispatch", "id.xconfig", "id.videocard", "intf")),
("monitor", ("id.xconfig", "id.monitor")),
("xcustom", ("id.xconfig", "id.monitor", "id.videocard",
- "id.desktop", "id.comps")),
+ "id.desktop", "id.comps", "instPath")),
("writexconfig", writeXConfiguration, ("id", "instPath")),
("writeksconfig", writeKSConfiguration, ("id", "instPath")),
("complete", ()),