~ruther/guix-local

a1fb85a539f14e50b1d81e2bb78eeab60237eb7b — Mathieu Othacehe 3 years ago e0c1124
image: Use a default size partition value.

* gnu/image.scm (<partition>)[size]: Default to 'guess like the image record.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/image.scm
M gnu/image.scm => gnu/image.scm +1 -0
@@ 114,6 114,7 @@ numeric expression ~%") value 'field))))
(define-record-type* <partition> partition make-partition
  partition?
  (size                 partition-size   ;size in bytes as integer or 'guess
                        (default 'guess)
                        (sanitize validate-size))
  (offset               partition-offset
                        (default 0)   ;offset in bytes as integer