summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-11-01 19:56:30 +0000
committerMatt Wilson <msw@redhat.com>2002-11-01 19:56:30 +0000
commit4aa5f1225420e510ec9a7651c16599e5c223d4a3 (patch)
tree6c26b84860943c389ec0501298179961e8be20c0 /fsset.py
parent69b2af6c3e8938bcbb8187b534b997d08ce15cb3 (diff)
downloadanaconda-4aa5f1225420e510ec9a7651c16599e5c223d4a3.tar.gz
anaconda-4aa5f1225420e510ec9a7651c16599e5c223d4a3.tar.xz
anaconda-4aa5f1225420e510ec9a7651c16599e5c223d4a3.zip
port to parted 1.6.xafter-parted-1-6-changes
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 c5109b8c6..3f872d8a1 100644
--- a/fsset.py
+++ b/fsset.py
@@ -672,7 +672,7 @@ fileSystemTypeRegister(swapFileSystem())
class FATFileSystem(FileSystemType):
def __init__(self):
FileSystemType.__init__(self)
- self.partedFileSystemType = parted.file_system_type_get("FAT")
+ self.partedFileSystemType = parted.file_system_type_get("fat32")
self.formattable = 1
self.checked = 0
self.maxSizeMB = 2 * 1024