summaryrefslogtreecommitdiff
path: root/gnu.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu.scm')
-rw-r--r--gnu.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu.scm b/gnu.scm
index 932e4cdd580..913ce616006 100644
--- a/gnu.scm
+++ b/gnu.scm
@@ -1,6 +1,7 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org> 2;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
3;;; Copyright © 2015 Joshua S. Grant <jgrant@parenthetical.io> 3;;; Copyright © 2015 Joshua S. Grant <jgrant@parenthetical.io>
4;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
4;;; 5;;;
5;;; This file is part of GNU Guix. 6;;; This file is part of GNU Guix.
6;;; 7;;;
@@ -34,7 +35,8 @@
34 '((gnu system) 35 '((gnu system)
35 (gnu system mapped-devices) 36 (gnu system mapped-devices)
36 (gnu system file-systems) 37 (gnu system file-systems)
37 (gnu system grub) ; 'grub-configuration' 38 (gnu bootloader)
39 (gnu bootloader grub)
38 (gnu system pam) 40 (gnu system pam)
39 (gnu system shadow) ; 'user-account' 41 (gnu system shadow) ; 'user-account'
40 (gnu system linux-initrd) 42 (gnu system linux-initrd)