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";
};
};
"root" = {
size = "100%";
root = {
name = "root";
end = "-0";
content = {
type = "filesystem";
format = "ext4";
format = "f2fs";
mountpoint = "/";
};
};