summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-06 04:35:08 +0000
committerMike Fulbright <msf@redhat.com>2001-07-06 04:35:08 +0000
commit30af411e6adab18c49fbef05c180ada1b7fcd93f (patch)
tree558f9c1998093b2c4e34d0d14a0d93688e205e76 /fsset.py
parentfe65db532f05a59a41f19955ebbb03cf9066705f (diff)
downloadanaconda-30af411e6adab18c49fbef05c180ada1b7fcd93f.tar.gz
anaconda-30af411e6adab18c49fbef05c180ada1b7fcd93f.tar.xz
anaconda-30af411e6adab18c49fbef05c180ada1b7fcd93f.zip
add a format column to display in GUI, change name of software RAID
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index 2ad762c91..f8845ca8b 100644
--- a/fsset.py
+++ b/fsset.py
@@ -323,7 +323,7 @@ class raidMemberDummyFileSystem(FileSystemType):
self.formattable = 1
self.checked = 0
self.linuxnativefs = 1
- self.name = "software raid component"
+ self.name = "software RAID"
self.maxSize = 4 * 1024 * 1024
self.supported = 1