mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: pinebook-pro-image-type: augment partition offset.
* gnu/system/images/pinebook-pro.scm: augment partition offset to make room for the bootloader. Change-Id: I91a3758243a13960165d40b94efe017e6e059a22 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
07a352738a
commit
41e192c922
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ (define pinebook-pro-image-type
|
|||
(constructor (lambda (os)
|
||||
(image
|
||||
(inherit
|
||||
(raw-with-offset-disk-image (* 9 (expt 2 20)))) ;9MiB
|
||||
(raw-with-offset-disk-image (* 16 (expt 2 20)))) ;16MiB
|
||||
(operating-system os)
|
||||
(platform aarch64-linux))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue