mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 08:28:22 -04:00
Fix fat* filesystems translation
This commit is contained in:
parent
87367d5abd
commit
2276ce56f4
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue