flash: Use f2fs for installer
This commit is contained in:
@@ -42,11 +42,12 @@ let
|
||||
mountpoint = "/boot";
|
||||
};
|
||||
};
|
||||
"root" = {
|
||||
size = "100%";
|
||||
root = {
|
||||
name = "root";
|
||||
end = "-0";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "ext4";
|
||||
format = "f2fs";
|
||||
mountpoint = "/";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user