diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2018-05-09 06:59:10 +0000 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-05-11 12:25:43 +0200 |
| commit | 1b960787e21eb746df051592094478dd5ce8bcbb (patch) | |
| tree | f95b5b97effdc7674aa97e09112494b270c05a73 /gnu/bootloader | |
| parent | fd5536e32b7896e46daf55a52805ea020e43b088 (diff) | |
system: Add u-boot-novena installer.
* gnu/packages/bootloaders.scm (u-boot-novena):
New variable.
* gnu/bootloader/u-boot.scm (u-boot-novena-bootloader):
New exported variable.
* gnu/system/install.scm (novena-installation-os):
New exported variable.
Diffstat (limited to 'gnu/bootloader')
| -rw-r--r-- | gnu/bootloader/u-boot.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/bootloader/u-boot.scm b/gnu/bootloader/u-boot.scm index 9a62a166f9e..bc8f98f32f8 100644 --- a/gnu/bootloader/u-boot.scm +++ b/gnu/bootloader/u-boot.scm | |||
| @@ -35,6 +35,7 @@ | |||
| 35 | u-boot-beaglebone-black-bootloader | 35 | u-boot-beaglebone-black-bootloader |
| 36 | u-boot-mx6cuboxi-bootloader | 36 | u-boot-mx6cuboxi-bootloader |
| 37 | u-boot-nintendo-nes-classic-edition-bootloader | 37 | u-boot-nintendo-nes-classic-edition-bootloader |
| 38 | u-boot-novena-bootloader | ||
| 38 | u-boot-wandboard-bootloader)) | 39 | u-boot-wandboard-bootloader)) |
| 39 | 40 | ||
| 40 | (define install-u-boot | 41 | (define install-u-boot |
| @@ -136,3 +137,8 @@ | |||
| 136 | (bootloader | 137 | (bootloader |
| 137 | (inherit u-boot-imx-bootloader) | 138 | (inherit u-boot-imx-bootloader) |
| 138 | (package u-boot-wandboard))) | 139 | (package u-boot-wandboard))) |
| 140 | |||
| 141 | (define u-boot-novena-bootloader | ||
| 142 | (bootloader | ||
| 143 | (inherit u-boot-imx-bootloader) | ||
| 144 | (package u-boot-novena))) | ||
