diff options
author | Erik Troan <ewt@redhat.com> | 2000-06-07 20:23:57 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-06-07 20:23:57 +0000 |
commit | 5653d7c31c6c02e09878231fdb8ad79c7add5a24 (patch) | |
tree | c8f8c1da3d41e3b417533f7863a806d0c69e31cd /lilo.py | |
parent | 8f6b086912421adb2f8b7900db622a2f0f860da0 (diff) | |
download | anaconda-5653d7c31c6c02e09878231fdb8ad79c7add5a24.tar.gz anaconda-5653d7c31c6c02e09878231fdb8ad79c7add5a24.tar.xz anaconda-5653d7c31c6c02e09878231fdb8ad79c7add5a24.zip |
improved comment
Diffstat (limited to 'lilo.py')
-rw-r--r-- | lilo.py | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |