This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
Ludovic Courtès
0ae735bcc8
activation: Build account databases with (gnu build accounts).
* gnu/build/activation.scm (enumerate, current-users, current-groups)
(add-group, add-user, modify-user, ensure-user): Remove.
(activate-users+groups)[touch, activate-user]: Remove.
[make-home-directory]: New procedure.
Rewrite in terms of 'user+group-databases', 'write-group', etc.
* gnu/build/install.scm (directives): Remove "/root".
* gnu/system/shadow.scm (account-activation): Remove (setenv "PATH" ...)
expression, which is now unneeded.
|
2019-03-07 20:05:09 +01:00 |
.. |
examples
|
gnu: Replace all cons* with beginner-friendly (append (list ...)).
|
2019-01-23 18:01:16 +01:00 |
accounts.scm
|
activation: Operate on <user-account> and <user-group> records.
|
2019-03-07 20:05:09 +01:00 |
file-systems.scm
|
install: Use (guix store database) instead of 'guix-register'.
|
2018-06-14 11:16:59 +02:00 |
install.scm
|
install: Use (gnu package certs) module for the nss-certs package.
|
2019-02-10 15:30:35 +01:00 |
linux-container.scm
|
…
|
|
linux-initrd.scm
|
linux-initrd: 'expression->initrd' returns the complete file name.
|
2018-11-21 23:26:59 +01:00 |
locale.scm
|
system: Put locales where libc will find them.
|
2018-01-24 11:18:49 -05:00 |
mapped-devices.scm
|
system: Mention '--skip-checks' in initrd diagnostics.
|
2018-09-23 23:34:16 +02:00 |
nss.scm
|
nss: Remove '%compat' from the defaults.
|
2018-03-27 23:26:15 +02:00 |
pam.scm
|
services: Move 'session-environment-service-type' to pam.scm.
|
2017-09-22 00:05:08 +02:00 |
shadow.scm
|
activation: Build account databases with (gnu build accounts).
|
2019-03-07 20:05:09 +01:00 |
uuid.scm
|
uuid: 'uuid' returns #f when 'string->uuid' returns #f.
|
2018-05-19 00:14:52 +02:00 |
vm.scm
|
pack, vm: Fix incorrect use of 'package-transitive-propagated-inputs'.
|
2019-02-11 23:23:28 +01:00 |