summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-06-03 13:21:38 -0400
committerChris Lumens <clumens@redhat.com>2009-06-04 11:03:13 -0400
commit9a312f09e31b1dcdf00042c976548237be188425 (patch)
treefefc078d7a46864162186cf2ccd91454bda1c5ea /kickstart.py
parent777301cc123cb78631939caad3038ade24d724b6 (diff)
downloadanaconda-9a312f09e31b1dcdf00042c976548237be188425.tar.gz
anaconda-9a312f09e31b1dcdf00042c976548237be188425.tar.xz
anaconda-9a312f09e31b1dcdf00042c976548237be188425.zip
Remove the bootloader --lba32 option.
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/kickstart.py b/kickstart.py
index f99f2ef11..2486be6de 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -200,8 +200,6 @@ class Bootloader(commands.bootloader.F8_Bootloader):
if self.appendLine:
self.handler.id.bootloader.args.set(self.appendLine)
- self.handler.id.bootloader.setForceLBA(self.forceLBA)
-
if self.password:
self.handler.id.bootloader.setPassword(self.password, isCrypted = 0)