summaryrefslogtreecommitdiff
path: root/gnu/system/linux-initrd.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system/linux-initrd.scm')
-rw-r--r--gnu/system/linux-initrd.scm15
1 files changed, 7 insertions, 8 deletions
diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
index b56e6cf5d42..4ea0a59e935 100644
--- a/gnu/system/linux-initrd.scm
+++ b/gnu/system/linux-initrd.scm
@@ -20,6 +20,13 @@
20;;; You should have received a copy of the GNU General Public License 20;;; You should have received a copy of the GNU General Public License
21;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 21;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
22 22
23;;; Commentary:
24;;;
25;;; Tools to build initial RAM disks (initrd's) for Linux-Libre, and in
26;;; particular initrd's that run Guile.
27;;;
28;;; Code:
29
23(define-module (gnu system linux-initrd) 30(define-module (gnu system linux-initrd)
24 #:use-module (guix deprecation) 31 #:use-module (guix deprecation)
25 #:use-module (guix gexp) 32 #:use-module (guix gexp)
@@ -56,14 +63,6 @@
56 base-initrd)) 63 base-initrd))
57 64
58 65
59;;; Commentary:
60;;;
61;;; Tools to build initial RAM disks (initrd's) for Linux-Libre, and in
62;;; particular initrd's that run Guile.
63;;;
64;;; Code:
65
66
67(define* (expression->initrd exp 66(define* (expression->initrd exp
68 #:key 67 #:key
69 (guile %guile-static-initrd) 68 (guile %guile-static-initrd)