aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2017-12-18 14:47:44 +0100
committerMathieu Othacehe <m.othacehe@gmail.com>2017-12-18 15:28:14 +0100
commit9f1e39d1fcca0525bc51dc0eedd11a902089bba4 (patch)
tree5bf1e3a19f1529dd940945865e36158961104521 /Makefile.am
parentaf8c547d335f30548e6ffd22ff307f39841125b2 (diff)
downloadguix-9f1e39d1fcca0525bc51dc0eedd11a902089bba4.tar
guix-9f1e39d1fcca0525bc51dc0eedd11a902089bba4.tar.gz
system: examples: Add a template for BeagleBone Black.
* gnu/system/examples/beaglebone-black.tmpl: New file. * Makefile.am (EXAMPLES): Add it. * gnu/system/install.scm (/etc/configuration-files): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fe1e685f34..a0e5ff1697 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -254,6 +254,7 @@ AUX_FILES = \
# Templates, examples.
EXAMPLES = \
gnu/system/examples/bare-bones.tmpl \
+ gnu/system/examples/beaglebone-black.tmpl \
gnu/system/examples/desktop.tmpl \
gnu/system/examples/lightweight-desktop.tmpl \
gnu/system/examples/vm-image.tmpl