vm: Add missing modules to the 'expression->derivation-in-linux-vm' initrd.

Fixes a regression introduced in
bc499b113a, whereby the default initrd
used by 'expression->derivation-in-linux-vm' would lack all the usual
modules: virtio, nls_iso8859-1, etc.

* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass
 #:linux-modules to 'base-initrd'.
This commit is contained in:
Ludovic Courtès 2018-03-03 01:25:15 +01:00
parent 3cb3a4e6e5
commit 5a3716aebf
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ made available under the /xchg CIFS share."
(return initrd)
(base-initrd %linux-vm-file-systems
#:linux linux
#:linux-modules %base-initrd-modules
#:virtio? #t
#:qemu-networking? #t))))