diff options
author | Erik Troan <ewt@redhat.com> | 2000-05-31 20:49:32 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-05-31 20:49:32 +0000 |
commit | c5d981ff46d1b27dcb16a3ed0d6ef9bba34c7c7f (patch) | |
tree | c034561e2077cb975cf8258bf9e356866856962f /lilo.py | |
parent | e1f16ddfd55f6b1ac85b904faf8e72d14696aca6 (diff) | |
download | anaconda-c5d981ff46d1b27dcb16a3ed0d6ef9bba34c7c7f.tar.gz anaconda-c5d981ff46d1b27dcb16a3ed0d6ef9bba34c7c7f.tar.xz anaconda-c5d981ff46d1b27dcb16a3ed0d6ef9bba34c7c7f.zip |
mirgate lilo entries for still-existant kernels w/ conflicting labels
Diffstat (limited to 'lilo.py')
-rw-r--r-- | lilo.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -330,6 +330,7 @@ class LiloConfiguration: try: (fsType, sl) = lilo.getImage(device) lilo.delImage(device) + lilo.addImage(device + '-old') except IndexError: sl = LiloConfigFile(imageType = "other", path = device) |