From 2ec14a006134cd633e78b8ae96f0681d50a06225 Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Tue, 16 Feb 2021 13:25:10 +0000 Subject: 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. --- ogcp/views.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ogcp') diff --git a/ogcp/views.py b/ogcp/views.py index d8cc9c4..e752ff3 100644 --- a/ogcp/views.py +++ b/ogcp/views.py @@ -15,6 +15,7 @@ FS_CODES = { 1: 'EMPTY', 2: 'CACHE', 6: 'EXT4', + 9: 'FAT32', 13: 'NTFS' } -- cgit v1.2.3-18-g5258