summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-03-17 23:47:23 +0000
committerJeremy Katz <katzj@redhat.com>2004-03-17 23:47:23 +0000
commit39bd2814fa96cf28848b01061ea8e86c7028e1aa (patch)
tree1a54cd0a7a227f0ca84dea7f077aba2627f67aef /dispatch.py
parentba814c3f9c0c8e588e94c0dbfc3328c4ac8de3b4 (diff)
downloadanaconda-39bd2814fa96cf28848b01061ea8e86c7028e1aa.tar.gz
anaconda-39bd2814fa96cf28848b01061ea8e86c7028e1aa.tar.xz
anaconda-39bd2814fa96cf28848b01061ea8e86c7028e1aa.zip
add our volume groups to the list of things relabeled
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 4cb04a0ea..fc727f265 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -152,7 +152,7 @@ installSteps = [
"id.desktop", "id.grpset", "id.instClass", "instPath")),
("writexconfig", writeXConfiguration, ("id", "instPath")),
("writeksconfig", writeKSConfiguration, ("id", "instPath")),
- ("setfilecon", setFileCons, ("instPath",)),
+ ("setfilecon", setFileCons, ("instPath","id.partitions")),
("dopostaction", doPostAction, ("id", "instPath")),
("methodcomplete", doMethodComplete, ("method",)),
("complete", ()),