guix/gnu/system
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
..
examples doc: Use Screen and OpenSSH in the bare-bones example. 2017-09-12 23:56:34 +02:00
file-systems.scm file-systems: Add a 'location' field to <file-system>. 2017-10-05 12:09:17 +02:00
install.scm install: Include the whole bare-bones OS in the image. 2017-09-12 23:56:33 +02:00
linux-container.scm
linux-initrd.scm linux-initrd: Ensure that the guile used in the initrd is referenced. 2017-10-08 17:31:49 +01:00
locale.scm
mapped-devices.scm system: Introduce a disjoint UUID type. 2017-09-11 22:24:46 +02:00
nss.scm
pam.scm services: Move 'session-environment-service-type' to pam.scm. 2017-09-22 00:05:08 +02:00
shadow.scm system: Add 'grep --color' alias in '.bash_profile' skeleton. 2017-07-27 14:44:28 +02:00
uuid.scm uuid: Add 'uuid=?' and use it. 2017-10-05 12:09:17 +02:00
vm.scm vm: Add disk-image-size to <virtual-machine>. 2017-10-04 07:16:43 +01:00