guix/gnu/system
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
..
file-systems.scm system: Add the 'system?' field for user groups. 2014-07-25 00:12:35 +02:00
grub.scm system: grub: Change the default default-entry to 0. 2014-08-13 12:56:25 -04:00
install.scm install: Add a configuration template to the image. 2014-07-24 23:02:27 +02:00
linux-initrd.scm linux-initrd: Copy all the script's closure to the initrd. 2014-09-08 23:47:28 +02:00
linux.scm system: Allow root to use 'groupadd' & co. without authenticating. 2014-07-11 23:20:48 +02:00
os-config.tmpl install: Add a configuration template to the image. 2014-07-24 23:02:27 +02:00
shadow.scm system: Add the 'system?' field for user groups. 2014-07-25 00:12:35 +02:00
vm.scm linux-initrd: Copy all the script's closure to the initrd. 2014-09-08 23:47:28 +02:00