diff options
author | Mike Fulbright <msf@redhat.com> | 2000-02-21 17:09:17 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-02-21 17:09:17 +0000 |
commit | 73a9b754f85ece3d8a47cc47b0030b4b1eaa1573 (patch) | |
tree | 2f511a353a34a4b6b9a25e9b7a395456d8b27d5e /textw | |
parent | 9871feca4c385fbd4b9dc1a916a3b6adb323ad10 (diff) | |
download | anaconda-73a9b754f85ece3d8a47cc47b0030b4b1eaa1573.tar.gz anaconda-73a9b754f85ece3d8a47cc47b0030b4b1eaa1573.tar.xz anaconda-73a9b754f85ece3d8a47cc47b0030b4b1eaa1573.zip |
Change type from linux to linux native
Diffstat (limited to 'textw')
-rw-r--r-- | textw/lilo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/lilo.py b/textw/lilo.py index 8fcb8866d..8d038ae71 100644 --- a/textw/lilo.py +++ b/textw/lilo.py @@ -133,7 +133,7 @@ class LiloImagesWindow: def formatDevice(self, type, label, device, default): if (type == 2): - type = "Linux" + type = "Linux Native" elif (type == 1): type = "DOS/Windows" elif (type == 4): |