mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-13 20:55:55 +02:00
image: Set offset default to zero.
* gnu/image.scm (<partition>)[offset]: Set to zero by default. * gnu/system/image.scm (system-disk-image): Adapt accordingly.
This commit is contained in:
@@ -253,7 +253,7 @@ used in the image."
|
||||
#$label
|
||||
#$dos-type
|
||||
#$image
|
||||
#$(or offset 0))))
|
||||
#$offset)))
|
||||
|
||||
(let* ((format (image-format image))
|
||||
(image-type (format->image-type format))
|
||||
|
||||
Reference in New Issue
Block a user