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.
parent
90a2b8c64a
commit
491bddfa27
|
@ -1,3 +1,4 @@
|
||||||
|
;; -*- mode: scheme; -*-
|
||||||
;; This is an operating system configuration template
|
;; This is an operating system configuration template
|
||||||
;; for a "bare bones" setup for an ASUS C201PA.
|
;; for a "bare bones" setup for an ASUS C201PA.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
;; -*- mode: scheme; -*-
|
||||||
;; This is an operating system configuration template
|
;; This is an operating system configuration template
|
||||||
;; for a "bare bones" setup, with no X11 display server.
|
;; for a "bare bones" setup, with no X11 display server.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
;; -*- mode: scheme; -*-
|
||||||
;; This is an operating system configuration template
|
;; This is an operating system configuration template
|
||||||
;; for a "bare bones" setup on BeagleBone Black board.
|
;; for a "bare bones" setup on BeagleBone Black board.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
;; -*- mode: scheme; -*-
|
||||||
;; This is an operating system configuration template
|
;; This is an operating system configuration template
|
||||||
;; for a "desktop" setup with GNOME and Xfce where the
|
;; for a "desktop" setup with GNOME and Xfce where the
|
||||||
;; root partition is encrypted with LUKS, and a swap file.
|
;; root partition is encrypted with LUKS, and a swap file.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
;; -*- mode: scheme; -*-
|
||||||
;; This is an operating system configuration template for a "Docker image"
|
;; This is an operating system configuration template for a "Docker image"
|
||||||
;; setup, so it has barely any services at all.
|
;; setup, so it has barely any services at all.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
;; -*- mode: scheme; -*-
|
||||||
;; This is an operating system configuration template
|
;; This is an operating system configuration template
|
||||||
;; for a "desktop" setup without full-blown desktop
|
;; for a "desktop" setup without full-blown desktop
|
||||||
;; environments.
|
;; environments.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
;; -*- mode: scheme; -*-
|
||||||
;; This is an operating-system configuration template of a
|
;; This is an operating-system configuration template of a
|
||||||
;; 64-bit minimal system for a Raspberry Pi with an NFS root file-system.
|
;; 64-bit minimal system for a Raspberry Pi with an NFS root file-system.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
;; -*- mode: scheme; -*-
|
||||||
;; This is an operating-system configuration template of a
|
;; This is an operating-system configuration template of a
|
||||||
;; 64-bit minimal system for a Raspberry Pi with local storage.
|
;; 64-bit minimal system for a Raspberry Pi with local storage.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
;; -*- mode: scheme; -*-
|
||||||
;; This is an operating system configuration for a VM image.
|
;; This is an operating system configuration for a VM image.
|
||||||
;; Modify it as you see fit and instantiate the changes by running:
|
;; Modify it as you see fit and instantiate the changes by running:
|
||||||
;;
|
;;
|
||||||
|
|
Reference in New Issue