diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-09-18 23:05:22 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-18 23:05:22 +0200 |
commit | 6c1df0819ca888e249ee097622f03b424b44b24e (patch) | |
tree | e30bddba018538c10c29ed634ea5ca8473bc9614 /gnu/system/vm.scm | |
parent | dbcb0ab1a9309ae6c840d67110616d141c3307b3 (diff) |
linux-initrd: Remove now obsolete #:guile-modules-in-chroot? parameter.
* gnu/build/linux-boot.scm (boot-system): Remove
#:guile-modules-in-chroot? and related code.
* gnu/system/linux-initrd.scm (base-initrd): Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Remove
#:guile-modules-in-chroot? argument in 'base-initrd' call.
Diffstat (limited to 'gnu/system/vm.scm')
-rw-r--r-- | gnu/system/vm.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 4ee8dc5cf2..fa4ae78077 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -159,8 +159,7 @@ made available under the /xchg CIFS share." (return initrd) (base-initrd %linux-vm-file-systems #:virtio? #t - #:qemu-networking? #t - #:guile-modules-in-chroot? #t)))) + #:qemu-networking? #t)))) (define builder ;; Code that launches the VM that evaluates EXP. |