mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
activation: Don't create unneeded "/var/guix/gcroots/etc-directory".
* gnu/build/activation.scm (activate-etc): Don't create "/var/guix/gcroots/etc-directory".
This commit is contained in:
parent
4c8d523f93
commit
6496de9bc2
1 changed files with 1 additions and 5 deletions
|
@ -205,11 +205,7 @@ (define (rm-f file)
|
||||||
;; The default is 'string-locale<?', but we don't have
|
;; The default is 'string-locale<?', but we don't have
|
||||||
;; it when run from the initrd's statically-linked
|
;; it when run from the initrd's statically-linked
|
||||||
;; Guile.
|
;; Guile.
|
||||||
string<?))
|
string<?)))
|
||||||
|
|
||||||
;; Prevent ETC from being GC'd.
|
|
||||||
(rm-f "/var/guix/gcroots/etc-directory")
|
|
||||||
(symlink etc "/var/guix/gcroots/etc-directory"))
|
|
||||||
|
|
||||||
(define %setuid-directory
|
(define %setuid-directory
|
||||||
;; Place where setuid programs are stored.
|
;; Place where setuid programs are stored.
|
||||||
|
|
Loading…
Reference in a new issue