image: Add partition file-system options support.
authorMathieu Othacehe <othacehe@gnu.org>
Tue, 26 May 2020 14:25:25 +0000 (16:25 +0200)
committerMathieu Othacehe <othacehe@gnu.org>
Tue, 26 May 2020 15:16:42 +0000 (17:16 +0200)
commitbd3716f6fee127562935d86ff7f641197366769c
tree5d3dbf901fa407d28f06f5e30557f99ee0c568da
parent6ac7526e488ad3dd73080d1c00efe2066b1bf0a2
image: Add partition file-system options support.

* gnu/image.scm (<partition>)[file-system-options]: New field,
(partition-file-system-options): new exported procedure.
* gnu/system/image.scm (partition->gexp): Adapt accordingly.
* gnu/build/image.scm (sexp->partition): Also adapt accordingly,
(make-ext-image): and pass file-system options to mke2fs.
gnu/build/image.scm
gnu/image.scm
gnu/system/image.scm