summaryrefslogtreecommitdiff
path: root/gnu/system.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-06-04 16:08:26 +0200
committerLudovic Courtès <ludo@gnu.org>2014-06-04 18:15:50 +0200
commit4654439be74353825fccf483b3a7827197179be6 (patch)
tree6d2d9c9dee1901ccf44cb9e3471d480599b09e3b /gnu/system.scm
parent56ef7fcc50f9fdced7d65d95cd0ddf6c1263360c (diff)
downloadguix-patches-4654439be74353825fccf483b3a7827197179be6.tar
guix-patches-4654439be74353825fccf483b3a7827197179be6.tar.gz
system: Rename activation script.
* gnu/system.scm (operating-system-activation-script): Change file name to "activate".
Diffstat (limited to 'gnu/system.scm')
-rw-r--r--gnu/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index 7b8e3890d7..a224916c0d 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -395,7 +395,7 @@ etc."
(define group-specs
(map user-group->gexp groups))
- (gexp->file "boot"
+ (gexp->file "activate"
#~(begin
(eval-when (expand load eval)
;; Make sure 'use-modules' below succeeds.