diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-12-15 13:39:35 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-12-16 23:42:17 -0500 |
commit | 491bddfa276cc9775adf325c07e5f82638f330e7 (patch) | |
tree | 203f64e6cf0ff71aff94aeda69ffaa7a1258f4a6 /gnu/system/examples/raspberry-pi-64-nfs-root.tmpl | |
parent | 90a2b8c64a0155a1cd663ee5408dc6bb09d64123 (diff) | |
download | guix-491bddfa276cc9775adf325c07e5f82638f330e7.tar.gz |
system: examples: Add mode prop line.
* gnu/system/examples/asus-c201.tmpl: Add a mode prop line. * gnu/system/examples/bare-bones.tmpl: Likewise. * gnu/system/examples/beaglebone-black.tmpl: Likewise. * gnu/system/examples/desktop.tmpl: Likewise. * gnu/system/examples/docker-image.tmpl: Likewise. * gnu/system/examples/lightweight-desktop.tmpl: Likewise. * gnu/system/examples/raspberry-pi-64-nfs-root.tmpl: Likewise. * gnu/system/examples/raspberry-pi-64.tmpl: Likewise. * gnu/system/examples/vm-image.tmpl: Likewise.
Diffstat (limited to 'gnu/system/examples/raspberry-pi-64-nfs-root.tmpl')
-rw-r--r-- | gnu/system/examples/raspberry-pi-64-nfs-root.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system/examples/raspberry-pi-64-nfs-root.tmpl b/gnu/system/examples/raspberry-pi-64-nfs-root.tmpl index 8c47c650f6..2203375270 100644 --- a/gnu/system/examples/raspberry-pi-64-nfs-root.tmpl +++ b/gnu/system/examples/raspberry-pi-64-nfs-root.tmpl @@ -1,3 +1,4 @@ +;; -*- mode: scheme; -*- ;; This is an operating-system configuration template of a ;; 64-bit minimal system for a Raspberry Pi with an NFS root file-system. |