Fix fat* filesystems translation

main
Aurélien Gâteau 11 years ago
parent 87367d5abd
commit 2276ce56f4

@ -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",
}

Loading…
Cancel
Save