summaryrefslogtreecommitdiff
path: root/gnu/system/install.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system/install.scm')
-rw-r--r--gnu/system/install.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 2f5d5d4b1c9..80f5a51fdae 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -24,6 +24,13 @@
24;;; You should have received a copy of the GNU General Public License 24;;; You should have received a copy of the GNU General Public License
25;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 25;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
26 26
27;;; Commentary:
28;;;
29;;; This module provides an 'operating-system' definition for use on images
30;;; for USB sticks etc., for the installation of the GNU system.
31;;;
32;;; Code:
33
27(define-module (gnu system install) 34(define-module (gnu system install)
28 #:use-module ((guix licenses) #:prefix license:) 35 #:use-module ((guix licenses) #:prefix license:)
29 #:use-module (gnu) 36 #:use-module (gnu)
@@ -88,13 +95,6 @@
88 wandboard-installation-os 95 wandboard-installation-os
89 os-with-u-boot)) 96 os-with-u-boot))
90 97
91;;; Commentary:
92;;;
93;;; This module provides an 'operating-system' definition for use on images
94;;; for USB sticks etc., for the installation of the GNU system.
95;;;
96;;; Code:
97
98 98
99;;; 99;;;
100;;; Documentation service. 100;;; Documentation service.