summaryrefslogtreecommitdiffstats
path: root/partitions.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2005-02-23 23:15:45 +0000
committerPeter Jones <pjones@redhat.com>2005-02-23 23:15:45 +0000
commit63402e5aac443c40c527edefd5792af8244edbdb (patch)
treee85ea1ee280604e38bdf2fb79a1ebf7fae372145 /partitions.py
parent2710bbf343343102315e62812fb83b109012afab (diff)
downloadanaconda-63402e5aac443c40c527edefd5792af8244edbdb.tar.gz
anaconda-63402e5aac443c40c527edefd5792af8244edbdb.tar.xz
anaconda-63402e5aac443c40c527edefd5792af8244edbdb.zip
put the apple bootloader stuff in the kickstart list, and remove it from
the raid and lvm possibilities early on
Diffstat (limited to 'partitions.py')
-rw-r--r--partitions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/partitions.py b/partitions.py
index cc6e74f49..fd80e618d 100644
--- a/partitions.py
+++ b/partitions.py
@@ -1019,6 +1019,8 @@ class Partitions:
args.append("pv.%s" % (request.uniqueID))
elif request.fstype.getName() == "PPC PReP Boot":
args.extend(["prepboot", "--fstype", "\"PPC PReP Boot\""])
+ elif request.fstype.getName() == "Apple Bootstrap":
+ args.extend(["appleboot", "--fstype", "\"Apple Bootstrap\""])
elif request.mountpoint:
fstype = request.fstype.getName()
if fstype.find(" ") > 0: