flash: Use f2fs for installer

This commit is contained in:
Qubasa
2024-09-13 15:48:57 +02:00
parent 9e27ee7f64
commit 8c3bfd498d

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 = "/";
};
};