Add FAT32 to FS_CODES dict

An error was produced when rendering the setup form of a computer
with any FAT32 partition. It was missing from the mapping of codes
received in a response to a given filesystem.
multi-ogserver
Jose M. Guisado 2021-02-16 13:25:10 +00:00
parent 55d923431d
commit 2ec14a0061
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ FS_CODES = {
1: 'EMPTY',
2: 'CACHE',
6: 'EXT4',
9: 'FAT32',
13: 'NTFS'
}