diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-10-27 14:05:52 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-11-20 17:00:27 +0100 |
commit | 17d9a91e6b8bdd7709b536d34a1f2ef3fcff3b9d (patch) | |
tree | 5cbb6bb27cf5069424a00dcae49655703faccc48 /gnu/local.mk | |
parent | 924d082692f4d442f52fc9b540379f350a5ce118 (diff) |
image: Add pinebook-pro support.
* gnu/system/images/pinebook-pro.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/ci.scm (%guix-system-images): Add pinebook-pro-barebones-raw-image.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index e728ed28d1..35369063f1 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -652,6 +652,7 @@ GNU_SYSTEM_MODULES = \ \ %D%/system/images/hurd.scm \ %D%/system/images/pine64.scm \ + %D%/system/images/pinebook-pro.scm \ \ %D%/machine.scm \ \ |