aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-environment.sh
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-02-16 17:03:53 +0100
committerLudovic Courtès <ludo@gnu.org>2019-02-17 00:04:56 +0100
commit7af417502ce2e1712c8fbb3f5169147f820f7871 (patch)
tree496e41c9f7602f6de237035c3ab14dd09a870239 /tests/guix-environment.sh
parent8d2c3c54ee4f7c2be1b9c897ee85c26cd5d34a50 (diff)
downloadguix-7af417502ce2e1712c8fbb3f5169147f820f7871.tar.gz
guix-7af417502ce2e1712c8fbb3f5169147f820f7871.zip
doc: '--inherit' option can be repeated.
* doc/guix.texi (Invoking guix environment): Mention that '--inherit' can be repeated.
Diffstat (limited to 'tests/guix-environment.sh')
0 files changed, 0 insertions, 0 deletions
it/nix/local.mk?id=9927e5b11b88a85fffb959b515430c2312c8dff3'>build: Add a comment above the sysvinit section....* nix/local.mk (sysvinitservicedir): Add a comment. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vincent Legoll 2020-05-17etc: Install mount unit only if it exists....This follows up on 1a1faa78b0498fbb71f1533beb4b65817c1d3f2a, and avoids the (non-fatal) error seen in <https://issues.guix.gnu.org/41356>. /gnu/store will remain writable on new foreign distribution installations until the next release. * etc/guix-install.sh (sys_enable_guix_daemon): Check for ‘gnu-store.mount’ presence before trying to cp it. Update forgotten copyright header. Tobias Geerinckx-Rice 2020-05-16etc: Add a systemd unit to bind-mount @storedir@ read-only....* etc/gnu-store.mount.in: New file. * nix/local.mk (nodist_systemdservice_DATA): Add it. (etc/%.mount): New rule for it. * etc/guix-install.sh (sys_enable_guix_daemon): Install it. * doc/guix.texi (Binary Installation): Document it. * .gitignore: Ignore changes to it. Tobias Geerinckx-Rice 2020-03-11Add system start-up files for guix-daemon....* etc/init.d/guix-daemon.in: New file. * nix/local.mk (etc/init.d/guix-daemon): New rule. (nodist_sysvinitservice_DATA): Add etc/init.d/guix-daemon.in . (CLEANFILES): Add etc/init.d/guix-daemon . * .gitignore: Add etc/init.d/guix-daemon . Danny Milosavljevic