diff options
| author | Mike Fulbright <msf@redhat.com> | 2001-06-22 15:00:25 +0000 |
|---|---|---|
| committer | Mike Fulbright <msf@redhat.com> | 2001-06-22 15:00:25 +0000 |
| commit | dede60fe363c2b76148b27fefa197fd060fb96b7 (patch) | |
| tree | 98f980de9cb7695f257e24cda52887669bfd9945 /bootloader.py | |
| parent | 0ff1cde7cdb63ce4c5ff24bc2ee0edfe2ee31a9c (diff) | |
dont put red hat version in for dos stanzas
Diffstat (limited to 'bootloader.py')
| -rw-r--r-- | bootloader.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader.py b/bootloader.py index c04751976..75bd6f8c2 100644 --- a/bootloader.py +++ b/bootloader.py @@ -141,7 +141,7 @@ class x86BootloaderInfo: f.write('\tinitrd %s\n' % (cfPath + initrd[len(cfPath):])) for (label, device) in chainList: - f.write('title %s (%s)\n' % (label, version)) + f.write('title %s\n' % (label) f.write('\trootnoverify %s\n' % grubbyPartitionName(device)) f.write('\tmakeactive\n') f.write('\tchainloader +1') |
