From: Caliph Nomble via Guix-patches via <guix-patches@gnu.org>
To: 45584@debbugs.gnu.org
Cc: Caliph Nomble <calnomble@protonmail.com>
Subject: [bug#45584] [PATCH 2/2] image: pinebook-pro: Fix pinebook-pro root filesystem.
Date: Fri, 01 Jan 2021 01:12:00 +0000 [thread overview]
Message-ID: <VvRVKj5g1rzAMpqASaPvAoZiiPnpeEfblPsvmHeRE@cp4-web-032.plabs.ch> (raw)
In-Reply-To: <AJu4ls8-KuZO9eCkkVO_MApWUbxUt-RLNY1iy-xT-w-5FZV5_9QXIdGfPDReJhPqLExElN6z9rb5vD1pDJ22QZW_sn2HwKlAGAAohucNMuw=@protonmail.com>
* gnu/system/images/pinebook-pro.scm (pinebook-pro-image-type): Use
arm64-largeboot-disk-image instead of arm64-disk-image.
---
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 b038e262cb..e4bb808e3c 100644
--- a/gnu/system/images/pinebook-pro.scm
+++ b/gnu/system/images/pinebook-pro.scm
@@ -57,7 +57,7 @@
(define pinebook-pro-image-type
(image-type
(name 'pinebook-pro-raw)
- (constructor (cut image-with-os arm64-disk-image <>))))
+ (constructor (cut image-with-os arm64-largeboot-disk-image <>))))
(define pinebook-pro-barebones-raw-image
(image
--
2.26.2
next prev parent reply other threads:[~2021-01-01 1:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-31 23:34 [bug#45584] [PATCH 0/2] system: image: Fix root fs corruption from certain u-boot Caliph Nomble via Guix-patches via
2021-01-01 1:11 ` [bug#45584] [PATCH 1/2] system: image: Add support for rockchip bootloader offsets Caliph Nomble via Guix-patches via
2021-01-01 1:12 ` Caliph Nomble via Guix-patches via [this message]
2021-01-01 16:10 ` [bug#45584] [PATCH 0/2] system: image: Fix root fs corruption from certain u-boot Mathieu Othacehe
2021-01-01 23:32 ` Caliph Nomble via Guix-patches via
2021-01-02 17:03 ` Mathieu Othacehe
2021-01-10 0:48 ` Caliph Nomble via Guix-patches via
2021-01-10 0:53 ` Caliph Nomble via Guix-patches via
2021-01-10 15:16 ` bug#45584: " Mathieu Othacehe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=VvRVKj5g1rzAMpqASaPvAoZiiPnpeEfblPsvmHeRE@cp4-web-032.plabs.ch \
--to=guix-patches@gnu.org \
--cc=45584@debbugs.gnu.org \
--cc=calnomble@protonmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.