Fix fat* filesystems translation
This commit is contained in:
parent
87367d5abd
commit
2276ce56f4
@ -33,7 +33,8 @@ HEADER = """# /etc/fstab: static file system information.
|
|||||||
|
|
||||||
# Turn Parted filesystem names into fstab names
|
# Turn Parted filesystem names into fstab names
|
||||||
FS_MAP = {
|
FS_MAP = {
|
||||||
"fat": "vfat",
|
"fat16": "vfat",
|
||||||
|
"fat32": "vfat",
|
||||||
"linuxswap": "swap",
|
"linuxswap": "swap",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user