1
0
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:
Mathieu Othacehe
2020-05-26 13:05:22 +02:00
parent 20f524a44b
commit 1dd7b87f10
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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))