From d4b76de49c2f41138a253f1e1ba2940aef40cfff Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 23 Jul 2001 02:44:35 +0000 Subject: do something with onparts --- kickstart.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'kickstart.py') diff --git a/kickstart.py b/kickstart.py index 7f54b190f..5f89b9a9f 100644 --- a/kickstart.py +++ b/kickstart.py @@ -694,7 +694,6 @@ class KickstartBase(BaseInstallClass): maxSize = int(arg) elif str == '--grow': grow = 1 - # XXX hook this back up again elif str == '--onpart' or str == '--usepart': onPart = arg elif str == '--ondisk' or str == '--ondrive': @@ -758,6 +757,9 @@ class KickstartBase(BaseInstallClass): request.uniqueID = uniqueID if badblocks: request.badblocks = badblocks + if onPart: + request.device = onPart + id.partitions.autoPartitionRequests.append(request) -- cgit