mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
system: Add wandboard installer.
* gnu/bootloader/u-boot.scm (u-boot-wandboard-bootloader): New exported variable. * gnu/system/install.scm (wandboard-installation-os): New exported variable.
This commit is contained in:
parent
07ca90458f
commit
fd5536e32b
2 changed files with 14 additions and 2 deletions
|
@ -50,7 +50,8 @@
|
|||
banana-pi-m2-ultra-installation-os
|
||||
beaglebone-black-installation-os
|
||||
mx6cuboxi-installation-os
|
||||
nintendo-nes-classic-edition-installation-os))
|
||||
nintendo-nes-classic-edition-installation-os
|
||||
wandboard-installation-os))
|
||||
|
||||
;;; Commentary:
|
||||
;;;
|
||||
|
@ -440,6 +441,11 @@ The bootloader BOOTLOADER is installed to BOOTLOADER-TARGET."
|
|||
"/dev/mmcblk0" ; SD card (solder it yourself)
|
||||
"ttyS0"))
|
||||
|
||||
(define wandboard-installation-os
|
||||
(embedded-installation-os u-boot-wandboard-bootloader
|
||||
"/dev/mmcblk0" ; SD card storage
|
||||
"ttymxc0"))
|
||||
|
||||
;; Return the default os here so 'guix system' can consume it directly.
|
||||
installation-os
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue