summaryrefslogtreecommitdiffstats
path: root/bootloader.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-08-09 21:17:07 +0000
committerJeremy Katz <katzj@redhat.com>2001-08-09 21:17:07 +0000
commit1f76a85d750986a5e4de624acfc2962ced162785 (patch)
tree1ccf4f706c3ee536fa9a0798e43c89f724255ebb /bootloader.py
parent1f81ca85e7d164f9006b1a8728a63498a73c7636 (diff)
downloadanaconda-1f76a85d750986a5e4de624acfc2962ced162785.tar.gz
anaconda-1f76a85d750986a5e4de624acfc2962ced162785.tar.xz
anaconda-1f76a85d750986a5e4de624acfc2962ced162785.zip
don't include rootdev in the device.map unless we need it since that could be a raid device which would be bad
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 0eb69fd6b..4c2adde52 100644
--- a/bootloader.py
+++ b/bootloader.py
@@ -445,7 +445,6 @@ class x86BootloaderInfo(bootloaderInfo):
% (grubbyPartitionName(bootDev), cfPath))
usedDevs[bootDev] = 1
- usedDevs[rootDev] = 1
usedDevs[grubTarget] = 1
if self.password: