emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#74887: closed ([PATCH] gnu: pinebook-pro-image-type: augment partiti


From: GNU bug Tracking System
Subject: bug#74887: closed ([PATCH] gnu: pinebook-pro-image-type: augment partition offset.)
Date: Wed, 01 Jan 2025 12:41:02 +0000

Your message dated Wed, 01 Jan 2025 13:40:30 +0100
with message-id <0d5c47ae7e7dc02cee1f51e1ae97b707@friendly-machines.com>
and subject line merged pinebook partition offset change to master
has caused the debbugs.gnu.org bug report #74887,
regarding [PATCH] gnu: pinebook-pro-image-type: augment partition offset.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
74887: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74887
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: pinebook-pro-image-type: augment partition offset. Date: Sun, 15 Dec 2024 15:07:31 +0100
* 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






--- End Message ---
--- Begin Message --- Subject: merged pinebook partition offset change to master Date: Wed, 01 Jan 2025 13:40:30 +0100 User-agent: Roundcube Webmail/1.5.0
Hi,

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

Cheers,
   Danny



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]