summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
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