summaryrefslogtreecommitdiffstats
path: root/bootloader.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-06-27 04:53:27 +0000
committerJeremy Katz <katzj@redhat.com>2001-06-27 04:53:27 +0000
commit6cd56e2503d5af2ff66a00de1caaaa8aad72ebd4 (patch)
tree4beb20d5fd18bdd857334b6f18b25bff04e77654 /bootloader.py
parentff8a1f4a2bf6a3930e72435f086e225bd4bd5da4 (diff)
downloadanaconda-6cd56e2503d5af2ff66a00de1caaaa8aad72ebd4.tar.gz
anaconda-6cd56e2503d5af2ff66a00de1caaaa8aad72ebd4.tar.xz
anaconda-6cd56e2503d5af2ff66a00de1caaaa8aad72ebd4.zip
we don't use this, and it breaks / on raid. oops
Diffstat (limited to 'bootloader.py')
-rw-r--r--bootloader.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootloader.py b/bootloader.py
index 6b455e1d1..5309a5b3b 100644
--- a/bootloader.py
+++ b/bootloader.py
@@ -147,7 +147,6 @@ class x86BootloaderInfo:
defaultDev, justConfigFile):
images = bl.images.getImages()
rootDev = fsset.getEntryByMountPoint("/").device.getDevice()
- grubRootDev = grubbyPartitionName(rootDev)
cf = '/boot/grub/grub.conf'
perms = 0644