diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-12-18 14:47:44 +0100 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-12-18 15:28:14 +0100 |
commit | 9f1e39d1fcca0525bc51dc0eedd11a902089bba4 (patch) | |
tree | 5bf1e3a19f1529dd940945865e36158961104521 /gnu/system/install.scm | |
parent | af8c547d335f30548e6ffd22ff307f39841125b2 (diff) | |
download | patches-9f1e39d1fcca0525bc51dc0eedd11a902089bba4.tar patches-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 'gnu/system/install.scm')
-rw-r--r-- | gnu/system/install.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 8864415d7c..1cc3db1160 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -156,9 +156,11 @@ the user's target storage device rather than on the RAM disk." (string-append #$output "/" target))) '(#$(file "bare-bones.tmpl") + #$(file "beaglebone-black.tmpl") #$(file "desktop.tmpl") #$(file "lightweight-desktop.tmpl")) '("bare-bones.scm" + "beaglebone-black.scm" "desktop.scm" "lightweight-desktop.scm")) #t)))) |