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