Fix fat* filesystems translation

This commit is contained in:
Aurélien Gâteau 2014-08-04 16:18:57 +02:00
parent 87367d5abd
commit 2276ce56f4

View File

@ -33,7 +33,8 @@ HEADER = """# /etc/fstab: static file system information.
# Turn Parted filesystem names into fstab names
FS_MAP = {
"fat": "vfat",
"fat16": "vfat",
"fat32": "vfat",
"linuxswap": "swap",
}