Merge pull request 'flash: Use f2fs for installer' (#2092) from Qubasa/clan-core:Qubasa-flash_id_v3 into main

This commit is contained in:
clan-bot
2024-09-13 13:54:50 +00:00

View File

@@ -42,11 +42,12 @@ let
mountpoint = "/boot"; mountpoint = "/boot";
}; };
}; };
"root" = { root = {
size = "100%"; name = "root";
end = "-0";
content = { content = {
type = "filesystem"; type = "filesystem";
format = "ext4"; format = "f2fs";
mountpoint = "/"; mountpoint = "/";
}; };
}; };