mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 20:12:11 +02: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:
committed by
Danny Milosavljevic
parent
07a352738a
commit
41e192c922
@@ -61,7 +61,7 @@
|
||||
(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))))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user