aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/emacs.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/emacs.scm')
0 files changed, 0 insertions, 0 deletions
t-parameters: Wrong type to apply: #f "hurd-target?" is returning false when it should return true in that context. * gnu/system.scm (operating-system-boot-parameters): Check for "hurd" target field of "os" instead of using the "hurd-target?" procedure. Mathieu Othacehe 2020-07-03services: system-service-type: Add entries support for the Hurd....When creating a disk-image using --save-provenance, "guix system describe" now works. * gnu/system.scm (operating-system-directory-base-entries): Add conditional "hurd" parameter, make "initrd" parameter conditional. (hurd-default-essential-services): Use them. (operating-system-boot-parameters-file): Only add 'initrd' when set. Jan (janneke) Nieuwenhuizen 2020-07-03system: 'read-boot-parameters' allow initrd to be missing....* gnu/system.scm (read-boot-parameters): Allow initrd to be missing. Jan (janneke) Nieuwenhuizen 2020-07-03system: 'read-boot-parameters' bugfix for multiboot....* gnu/system.scm (read-boot-parameters): Oops, only return value for multiboot-modules instead of (key value). Jan (janneke) Nieuwenhuizen