guix/gnu
Ludovic Courtès 99aec37a78
pack: "-RR" produces PRoot-enabled relocatable binaries.
* gnu/packages/aux-files/run-in-namespace.c (exec_with_proot): New
function.
(main): When 'clone' fails, call 'rm_rf'.
[PROOT_PROGRAM]: When 'clone' fails, call 'exec_with_proot'.
* guix/scripts/pack.scm (wrapped-package): Add #:proot?.
[proot]: New procedure.
[build]: Compile with -DPROOT_PROGRAM when PROOT? is true.
* guix/scripts/pack.scm (%options): Set the 'relocatable?' value to
'proot when "-R" is passed several times.
(guix-pack): Pass #:proot? to 'wrapped-package'.
* tests/guix-pack-relocatable.sh: Use "-RR" on Intel systems that lack
user namespace support.
* doc/guix.texi (Invoking guix pack): Document -RR.
2019-03-15 23:27:59 +01:00
..
bootloader Remove traces of "GuixSD". 2019-03-13 23:12:43 +01:00
build linux-modules: Factorize 'missing-modules'. 2019-03-13 23:12:43 +01:00
installer installer: network: Adjust wording. 2019-03-13 23:12:43 +01:00
packages pack: "-RR" produces PRoot-enabled relocatable binaries. 2019-03-15 23:27:59 +01:00
services Remove traces of "GuixSD". 2019-03-13 23:12:43 +01:00
system linux-container: 'containerized-operating-system' removes "useless" services. 2019-03-13 23:12:44 +01:00
tests Remove traces of "GuixSD". 2019-03-13 23:12:43 +01:00
artwork.scm
bootloader.scm
ci.scm Remove traces of "GuixSD". 2019-03-13 23:12:43 +01:00
installer.scm
local.mk
packages.scm
services.scm
system.scm
tests.scm