From 0af94ad52f65a5a62febd203e431f17642f07577 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 27 Oct 2017 12:15:01 +0200 Subject: gnu: service: Update comment. * gnu/services/base.scm (guix-activation): Update comment. --- gnu/services/base.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/services') diff --git a/gnu/services/base.scm b/gnu/services/base.scm index b605614ab6..2ba655d940 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -1441,7 +1441,7 @@ (define (guix-activation config) (match config (($ guix build-group build-accounts authorize-key? keys) ;; Assume that the store has BUILD-GROUP as its group. We could - ;; otherwise call 'chown' here, but the problem is that on a COW unionfs, + ;; otherwise call 'chown' here, but the problem is that on a COW overlayfs, ;; chown leads to an entire copy of the tree, which is a bad idea. ;; Optionally authorize hydra.gnu.org's key. -- cgit v1.2.3