unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74887] [PATCH] gnu: pinebook-pro-image-type: augment partition offset.
@ 2024-12-15 14:07 Yarl Baudig via Guix-patches via
  2025-01-01 12:40 ` bug#74887: merged pinebook partition offset change to master dannym
  0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread

* bug#74887: merged pinebook partition offset change to master
  2024-12-15 14:07 [bug#74887] [PATCH] gnu: pinebook-pro-image-type: augment partition offset Yarl Baudig via Guix-patches via
@ 2025-01-01 12:40 ` dannym
  0 siblings, 0 replies; 2+ messages in thread
From: dannym @ 2025-01-01 12:40 UTC (permalink / raw)
  To: 74887-done

Hi,

I've merged the pinebook partition offset change to guix master as 
commit 41e192c922ec4747e399ee956f162602b6391edd.

Cheers,
    Danny





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-01 12:41 UTC | newest]

Thread overview: 2+ messages (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
2025-01-01 12:40 ` bug#74887: merged pinebook partition offset change to master dannym

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).