summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-02-21 17:00:08 +0000
committerMike Fulbright <msf@redhat.com>2000-02-21 17:00:08 +0000
commit9871feca4c385fbd4b9dc1a916a3b6adb323ad10 (patch)
treed493a94bed62c407f1555654956a80d9806ee0f9 /textw
parent8023f5e979b0194002de8cf20d9b3445fd12d0d6 (diff)
downloadanaconda-9871feca4c385fbd4b9dc1a916a3b6adb323ad10.tar.gz
anaconda-9871feca4c385fbd4b9dc1a916a3b6adb323ad10.tar.xz
anaconda-9871feca4c385fbd4b9dc1a916a3b6adb323ad10.zip
Change type from linux extended to linux
Diffstat (limited to 'textw')
-rw-r--r--textw/lilo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/lilo.py b/textw/lilo.py
index d4315a85d..8fcb8866d 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 extended"
+ type = "Linux"
elif (type == 1):
type = "DOS/Windows"
elif (type == 4):