aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-04-20 18:53:28 +0200
committerLudovic Courtès <ludo@gnu.org>2016-04-20 18:54:39 +0200
commitb3129f2b761a371105e6d213519e5c71930cb419 (patch)
treeb217cdc83a9b6313fb8e4d768583ac2a23a0c1a0 /etc
parentf8f83e9d219a8cf1d99749b81b06a4710ad5f09c (diff)
downloadguix-b3129f2b761a371105e6d213519e5c71930cb419.tar.gz
guix-b3129f2b761a371105e6d213519e5c71930cb419.zip
doc: Add "X.509 Certificates" section under "Application Setup".
Reported by Roel Janssen <roel@gnu.org>. * doc/guix.texi (Application Setup)[X.509 Certificates]: New section. (X.509 Certificates): Add an example of certificates in the profile.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions
n>installer: Do not set the locale in run-command....Installing the locale inside the container, once the cow-store is mounted, causes the process to keep opened locale files that can later prevent the cow-store umount. * gnu/installer/utils.scm (run-command): Remove locale argument. * gnu/installer/final.scm (install-system): Adapt it. Mathieu Othacehe