summaryrefslogtreecommitdiffstats
path: root/bootloader.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-19 16:20:35 +0000
committerMike Fulbright <msf@redhat.com>2001-07-19 16:20:35 +0000
commitb4da48608559b2418c245318e8cf503e5e04c8ef (patch)
tree0afb09c74774f17ed7c4aea87f2eef8270587728 /bootloader.py
parentfe30903707a995556c12a0f7b9aea6931238c83e (diff)
downloadanaconda-b4da48608559b2418c245318e8cf503e5e04c8ef.tar.gz
anaconda-b4da48608559b2418c245318e8cf503e5e04c8ef.tar.xz
anaconda-b4da48608559b2418c245318e8cf503e5e04c8ef.zip
fixes something jeremy broke
Diffstat (limited to 'bootloader.py')
-rw-r--r--bootloader.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloader.py b/bootloader.py
index 0fa7d9edd..6d31d9fca 100644
--- a/bootloader.py
+++ b/bootloader.py
@@ -548,8 +548,8 @@ def availableBootDevices(diskSet, fsset):
# XXX do we boot fat on anything other than i386?
if type == 'FAT' and not foundDos and iutil.getArch() == "i386":
isys.makeDevInode(dev, '/tmp/' + dev)
- part = get_partition_by_name(diskset, dev)
- if part.native_type not in dosPartitionTypes:
+ part = partitioning.get_partition_by_name(diskSet.disks, dev)
+ if part.native_type not in partitioning.dosPartitionTypes:
continue
try: