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:
Arthur Gautier
2025-10-24 13:30:58 -07:00
parent 39b0a23843
commit 869de83cc4

View File

@@ -223,7 +223,7 @@ in
} }
repartConfig = { repartConfig = {
Type = "esp"; Type = "esp";
Format = "fat"; Format = "vfat";
}; };
}; };
"20-root" = { "20-root" = {