summaryrefslogtreecommitdiffstats
path: root/bootloader.py
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader.py')
-rw-r--r--bootloader.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/bootloader.py b/bootloader.py
index 58d20b39d..b78cfd701 100644
--- a/bootloader.py
+++ b/bootloader.py
@@ -121,15 +121,6 @@ def bootloaderSetupChoices(anaconda):
elif choices and choices.has_key("boot"):
anaconda.id.bootloader.setDevice(choices["boot"][0])
-
- bootDev = anaconda.id.fsset.getEntryByMountPoint("/")
- if not bootDev:
- bootDev = anaconda.id.fsset.getEntryByMountPoint("/boot")
- part = parted.getPartitionByName(bootDev.device.getDevice())
- if part and part.geometry.device.endSectorToCylinder(part.geometry.end) >= 1024:
- anaconda.id.bootloader.above1024 = 1
-
-
def writeBootloader(anaconda):
def dosync():
isys.sync()