summaryrefslogtreecommitdiffstats
path: root/lilo.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-06-07 20:23:57 +0000
committerErik Troan <ewt@redhat.com>2000-06-07 20:23:57 +0000
commit5653d7c31c6c02e09878231fdb8ad79c7add5a24 (patch)
treec8f8c1da3d41e3b417533f7863a806d0c69e31cd /lilo.py
parent8f6b086912421adb2f8b7900db622a2f0f860da0 (diff)
downloadanaconda-5653d7c31c6c02e09878231fdb8ad79c7add5a24.tar.gz
anaconda-5653d7c31c6c02e09878231fdb8ad79c7add5a24.tar.xz
anaconda-5653d7c31c6c02e09878231fdb8ad79c7add5a24.zip
improved comment
Diffstat (limited to 'lilo.py')
-rw-r--r--lilo.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/lilo.py b/lilo.py
index f02c9521b..040e349aa 100644
--- a/lilo.py
+++ b/lilo.py
@@ -233,10 +233,7 @@ class LiloConfiguration:
instRoot + '/etc/lilo.conf.rpmsave')
# Remove any invalid entries that are in the file; we probably
- # just removed those kernels. While we're here, build an index
- # to the already-configured (and valid) lilo images by the lilo
- # label, as we can normally only get them by filename which isn't
- # easily done.
+ # just removed those kernels.
for label in lilo.listImages():
(fsType, sl) = lilo.getImage(label)
if fsType == "other": continue