build: image: Remove unused variable.

* gnu/build/image.scm (make-ext-image): Remove the unused flags variable.
This commit is contained in:
Mathieu Othacehe 2022-08-30 19:16:07 +02:00
parent db2444ad82
commit 61bbff9d50
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

View File

@ -83,7 +83,6 @@ turn doesn't take any constant overhead into account, force a 1-MiB minimum."
(fs-options (partition-file-system-options partition))
(label (partition-label partition))
(uuid (partition-uuid partition))
(flags (partition-flags partition))
(journal-options "lazy_itable_init=1,lazy_journal_init=1"))
(apply invoke
`("fakeroot" "mke2fs" "-t" ,fs "-d" ,root