mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +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 @@
|
||||||
(constructor (lambda (os)
|
(constructor (lambda (os)
|
||||||
(image
|
(image
|
||||||
(inherit
|
(inherit
|
||||||
(raw-with-offset-disk-image (* 9 (expt 2 20)))) ;9MiB
|
(raw-with-offset-disk-image (* 16 (expt 2 20)))) ;16MiB
|
||||||
(operating-system os)
|
(operating-system os)
|
||||||
(platform aarch64-linux))))))
|
(platform aarch64-linux))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue