modules/image/repart: fixup partitions example
`fat` is not a valid value for `Format` See https://www.freedesktop.org/software/systemd/man/latest/repart.d.html#Format=
This commit is contained in:
@@ -223,7 +223,7 @@ in
|
|||||||
}
|
}
|
||||||
repartConfig = {
|
repartConfig = {
|
||||||
Type = "esp";
|
Type = "esp";
|
||||||
Format = "fat";
|
Format = "vfat";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"20-root" = {
|
"20-root" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user