guix/gnu
Ludovic Courtès d425471182 gnu: linux-initrd: Factorize boot code.
* guix/build/linux-initrd.scm (boot-system): New procedure.
* gnu/system/linux-initrd.scm (qemu-initrd): Add keyword parameters
  'guile-modules-in-chroot?' and 'mounts'.  Change builder to simply
  call 'boot-system'.
  (gnu-system-initrd): Change to a simple call to 'qemu-initrd'.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Call
  'qemu-initrd' with #:guile-modules-in-chroot?.
2014-01-29 21:57:56 +01:00
..
packages gnu: Lower initrd makers from packages to monadic procedures. 2014-01-29 16:50:02 +01:00
system gnu: linux-initrd: Factorize boot code. 2014-01-29 21:57:56 +01:00
packages.scm Factorize package search between 'guix package' and 'guix build'. 2013-12-21 22:36:32 +01:00
system.scm gnu: Lower initrd makers from packages to monadic procedures. 2014-01-29 16:50:02 +01:00