image: Add partition file-system options support.
[jackhill/guix/guix.git] / gnu / system / image.scm
index cb770a1..a1214dd 100644 (file)
 'make-partition-image'."
   #~'(#$@(list (partition-size partition))
       #$(partition-file-system partition)
+      #$(partition-file-system-options partition)
       #$(partition-label partition)
       #$(and=> (partition-uuid partition)
                uuid-bytevector)))