diff options
author | Mike Fulbright <msf@redhat.com> | 2001-06-27 07:08:38 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-06-27 07:08:38 +0000 |
commit | a08363ea14356bc4077d922c80c0584db10b51ac (patch) | |
tree | 8bae111472a239538571e0b245c8ef334db7f521 | |
parent | 106cbdb994dd838e1c2f64f763dcade1a860ef9f (diff) | |
download | anaconda-a08363ea14356bc4077d922c80c0584db10b51ac.tar.gz anaconda-a08363ea14356bc4077d922c80c0584db10b51ac.tar.xz anaconda-a08363ea14356bc4077d922c80c0584db10b51ac.zip |
change name by default
-rw-r--r-- | bootloader.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader.py b/bootloader.py index 3cfb75076..1be1fd69d 100644 --- a/bootloader.py +++ b/bootloader.py @@ -123,7 +123,7 @@ class BootImages: self.default = entry.device.getDevice() (label, type) = self.images[self.default] if not label: - self.images[self.default] = ("Red Hat Linux 7.2", type) + self.images[self.default] = ("Red Hat Linux", type) def __init__(self): self.default = None |