gnu: raspberry-pi: Add a bootloader-chain for the Raspberry Pi and os examples.
authorStefan <stefan-guix@vodafonemail.de>
Thu, 1 Dec 2022 18:46:38 +0000 (13:46 -0500)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Thu, 1 Dec 2022 19:31:29 +0000 (14:31 -0500)
commitc7793b82efd3383a9f7adf0dfa82d71ee032e41b
tree3e666ff52724e32fe88fbd93721c69259990bfb0
parent0ea832805290e9ee25d53f14b918dea86e95009a
gnu: raspberry-pi: Add a bootloader-chain for the Raspberry Pi and os examples.

* gnu/packages/raspberry-pi.scm (grub-efi-bootloader-chain-raspi-64): New
bootloader variable, capable to boot a Raspberry Pi over network or from a
local storage.
* gnu/system/examples/raspberry-pi-64.tmpl: New operating-system example.
* gnu/system/examples/raspberry-pi-64-nfs-root.tmpl: New operating-system
example for booting over network.
* Makefile.am (EXAMPLES): Register the new files.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Makefile.am
gnu/packages/raspberry-pi.scm
gnu/system/examples/raspberry-pi-64-nfs-root.tmpl [new file with mode: 0644]
gnu/system/examples/raspberry-pi-64.tmpl [new file with mode: 0644]