guix/gnu
Ludovic Courtès 70608adb4a linux-initrd: Copy all the script's closure to the initrd.
* gnu/system/linux-initrd.scm (expression->initrd): Remove calls to
  'imported-modules' and 'compiled-modules'.  Use 'gexp->script' with
  EXP.  Add the result to TO-COPY.  Make /init a symlink to that script,
  and copy its closure into the "contents" directory.  Add fake
  /proc/self/exe symlink.
* gnu/build/linux-boot.scm (load-linux-module*): Add comment about mmap.
* gnu/system/vm.scm (system-qemu-image/shared-store-script): Add "-m
  256".  This turns out to be needed for initrds containing things like
  e2fsck and several modules; with the default of 128 MiB, loading
  libahci.ko may fail with -1.
2014-09-08 23:47:28 +02:00
..
build linux-initrd: Copy all the script's closure to the initrd. 2014-09-08 23:47:28 +02:00
packages gnu: Add GNU direvent. 2014-09-08 23:47:28 +02:00
services Move part of (gnu build linux-boot) to (gnu build file-systems). 2014-09-03 15:43:07 +02:00
system linux-initrd: Copy all the script's closure to the initrd. 2014-09-08 23:47:28 +02:00
packages.scm Move specification->package to gnu/packages.scm. 2014-09-03 02:07:07 +02:00
services.scm services: Support per-service activation scripts. 2014-05-24 18:10:05 +02:00
system.scm Move part of (gnu build linux-boot) to (gnu build file-systems). 2014-09-03 15:43:07 +02:00