From 41c39bf80a2faa6500b5f9a71db930131eb4db1e Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Wed, 24 May 2000 22:22:55 +0000 Subject: fixes harddrive install to not nuke source partition, and also get --onpart to work (and warn when is can't because clearpart is on --- installmethod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installmethod.py') diff --git a/installmethod.py b/installmethod.py index 8922786fc..83fae72f4 100644 --- a/installmethod.py +++ b/installmethod.py @@ -1,6 +1,6 @@ class InstallMethod: - def protectedDevices(self): + def protectedPartitions(self): return None def readComps(self, hdlist): -- cgit