summaryrefslogtreecommitdiffstats
path: root/kickstart.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 /kickstart.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 'kickstart.py')
-rw-r--r--kickstart.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/kickstart.py b/kickstart.py
index a5c17d0d7..815e7343d 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -1270,6 +1270,9 @@ class KickstartBase(BaseInstallClass):
filesystem = fileSystemTypeGet(fstype)
else:
filesystem = fileSystemTypeGetDefault()
+ elif extra[0] == 'appleboot':
+ filesystem = fileSystemTypeGet("Apple Bootstrap")
+ mountpoint = None
elif extra[0] == 'prepboot':
filesystem = fileSystemTypeGet("PPC PReP Boot")
mountpoint = None