guix/gnu
Christopher Baines b36e06c2b0
linux-initrd: Ensure that the guile used in the initrd is referenced.
By referencing guile from the initrd output explicitly, it will be present in
the store when this initrd is used. If the exact guile used within the initrd
isn't present in the store, then after root is switched during the boot
process, loading modules (such as (ice-9 popen)) won't work.

This fixes guix-patches bug #28399, "Fix mysql activation, and add a basic
test".

* gnu/system/linux-initrd.scm (expression->initrd)[builder]: Write out a file
  called references in to the initrd output, which includes the store path for
  guile.
2017-10-08 17:31:49 +01:00
..
bootloader
build uuid: Add 'uuid=?' and use it. 2017-10-05 12:09:17 +02:00
packages gnu: youtube-dl: Update to 2017.10.07. 2017-10-08 17:49:47 +02:00
services services: Remove unneeded imported. 2017-10-08 17:43:51 +02:00
system linux-initrd: Ensure that the guile used in the initrd is referenced. 2017-10-08 17:31:49 +01:00
tests services: Add MongoDB. 2017-10-06 21:24:30 +01:00
artwork.scm
bootloader.scm
local.mk gnu: Add missing mongodb patch to local.mk. 2017-10-08 15:11:04 +01:00
packages.scm
services.scm services: network-manager: Add support for VPN plug-ins. 2017-09-22 00:05:08 +02:00
system.scm system: Really filter out Linux device names for the store. 2017-10-07 00:05:18 +02:00
tests.scm