summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-22 20:10:54 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-22 20:10:54 +0000
commit279e400a133e274280fe85e518efc42bd558dae4 (patch)
treebef9d5e5862dcbd8e656ee615d3f19034493e4a2 /autopart.py
parent971d62913388ea9c34b37e73a4d622e4bc5ca491 (diff)
downloadanaconda-279e400a133e274280fe85e518efc42bd558dae4.tar.gz
anaconda-279e400a133e274280fe85e518efc42bd558dae4.tar.xz
anaconda-279e400a133e274280fe85e518efc42bd558dae4.zip
catch parts of the bootable raid array in our aggressively placing boot
partitions at the beginning of disks
Diffstat (limited to 'autopart.py')
-rw-r--r--autopart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py
index 9df2df77c..579d027dd 100644
--- a/autopart.py
+++ b/autopart.py
@@ -250,7 +250,7 @@ def fitSized(diskset, requests, primOnly = 0, newParts = None):
for num in number:
for request in todo[num]:
# print "\nInserting ->",request
- if request == bootreq:
+ if requests.isBootable(request):
isBoot = 1
else:
isBoot = 0