me
/
guix
Archived
1
0
Fork 0

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.
Maxim Cournoyer 2022-12-15 13:39:35 -05:00
parent 90a2b8c64a
commit 491bddfa27
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
9 changed files with 9 additions and 0 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View 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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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:
;; ;;