feat: ext2 filesystem, installer updates, add update feature, and more
This commit is contained in:
@@ -241,6 +241,7 @@ namespace Montauk {
|
||||
|
||||
// Filesystem type IDs for SYS_FSFORMAT
|
||||
static constexpr int FS_TYPE_FAT32 = 1;
|
||||
static constexpr int FS_TYPE_EXT2 = 2;
|
||||
|
||||
struct FsFormatParams {
|
||||
int32_t partIndex; // global partition index
|
||||
|
||||
Reference in New Issue
Block a user