aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/tests.scm
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-07-21 19:32:50 +0200
committerMarius Bakke <marius@gnu.org>2020-07-22 01:39:22 +0200
commit337333c2567bdf767fdc8e04520c4bc0c8b33784 (patch)
tree28789864573f4d9ab7b0fd200a1413e07c23a0ca /gnu/installer/tests.scm
parent327c1d3abdda58d9ead95bcdba6bfa1f0cdf3110 (diff)
downloadguix-337333c2567bdf767fdc8e04520c4bc0c8b33784.tar.gz
guix-337333c2567bdf767fdc8e04520c4bc0c8b33784.zip
gnu: patchelf: Update to 0.11.
* gnu/packages/elf.scm (patchelf): Update to 0.11. Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu/installer/tests.scm')
0 files changed, 0 insertions, 0 deletions
system: hurd: Add PAM support with shadow and sudo....* gnu/system.scm (hurd-default-essential-services): Add setuid-program-service-type. * gnu/system/hurd.scm (%base-packages/hurd): Add shadow, sudo. (%setuid-programs/hurd): New variable. (%hurd-default-operating-system)[setuid-program]: Use it. [pam-services, sudoers-file]: Remove overrides; enabling regular defaults. * gnu/system/examples/bare-hurd.tmpl (%hurd-os)[users]: New field. [services]: Do not disable PAM in SSH. Jan (janneke) Nieuwenhuizen 2020-06-13system: bare-hurd.tmpl: Add openssh-sans-x client and service....* gnu/system/examples/bare-hurd.tmpl (%hurd-os)[packages]: Add openssh-sans-x. [services]: Add openssh-service. Add example usage. Jan (janneke) Nieuwenhuizen 2020-06-08system: examples: Add bare-hurd.tmpl....* gnu/system/hurd.scm (%hurd-def%hurd-default-operating-system-kernel, %hurd-default-operating-system): New exported variables. * gnu/system/examples/bare-hurd.tmpl: New file. * Makefile.am (EXAMPLES): Add it. * tests/guix-system.sh: Add --target=i586-pc-gnu when testing it. Jan (janneke) Nieuwenhuizen