* [bug#74887] [PATCH] gnu: pinebook-pro-image-type: augment partition offset.
@ 2024-12-15 14:07 Yarl Baudig via Guix-patches via
0 siblings, 0 replies; only message in thread
From: Yarl Baudig via Guix-patches via @ 2024-12-15 14:07 UTC (permalink / raw)
To: 74887; +Cc: Yarl Baudig
* gnu/system/images/pinebook-pro.scm: augment partition offset
to make room for the bootloader.
Change-Id: I91a3758243a13960165d40b94efe017e6e059a22
---
u-boot.itb is too big and overwrites the system partition.
gnu/system/images/pinebook-pro.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/system/images/pinebook-pro.scm b/gnu/system/images/pinebook-pro.scm
index 3a0f3abf1f..2282e13719 100644
--- a/gnu/system/images/pinebook-pro.scm
+++ b/gnu/system/images/pinebook-pro.scm
@@ -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))))))
--
2.46.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-15 14:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-15 14:07 [bug#74887] [PATCH] gnu: pinebook-pro-image-type: augment partition offset Yarl Baudig via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.