From 5aa1fc77af3ae482b5a3af33d09deffa7d0847e9 Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Thu, 25 Oct 2001 21:04:45 +0000 Subject: kickstart harddrive wont work w/o this, since protected partitions dont get set\! --- autopart.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'autopart.py') diff --git a/autopart.py b/autopart.py index 657b364d8..9916af67a 100644 --- a/autopart.py +++ b/autopart.py @@ -845,6 +845,8 @@ def doClearPartAction(partitions, diskset): def doAutoPartition(dir, diskset, partitions, intf, instClass, dispatch): if instClass.name and instClass.name == "kickstart": isKickstart = 1 + # XXX hack + setProtected(partitions, dispatch) else: isKickstart = 0 -- cgit