From 39bd2814fa96cf28848b01061ea8e86c7028e1aa Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 17 Mar 2004 23:47:23 +0000 Subject: add our volume groups to the list of things relabeled --- dispatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dispatch.py') 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", ()), -- cgit