mirror of https://git.48k.eu/ogcp
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
parent
55d923431d
commit
2ec14a0061
|
@ -15,6 +15,7 @@ FS_CODES = {
|
|||
1: 'EMPTY',
|
||||
2: 'CACHE',
|
||||
6: 'EXT4',
|
||||
9: 'FAT32',
|
||||
13: 'NTFS'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue