mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
image: Add partition offset support.
* gnu/image.scm (partition-offset): New procedure, (<partition>)[offset]: new field. * gnu/system/image.scm (system-disk-image): Apply the partition offset.
This commit is contained in:
parent
edb0366c16
commit
1b4fa7851b
2 changed files with 10 additions and 2 deletions
|
@ -22,6 +22,7 @@
|
|||
partition?
|
||||
partition-device
|
||||
partition-size
|
||||
partition-offset
|
||||
partition-file-system
|
||||
partition-label
|
||||
partition-uuid
|
||||
|
@ -47,6 +48,7 @@
|
|||
partition?
|
||||
(device partition-device (default #f))
|
||||
(size partition-size)
|
||||
(offset partition-offset (default #f))
|
||||
(file-system partition-file-system (default "ext4"))
|
||||
(label partition-label (default #f))
|
||||
(uuid partition-uuid (default #f))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue