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:
parent
3cb3a4e6e5
commit
5a3716aebf
|
@ -143,6 +143,7 @@ made available under the /xchg CIFS share."
|
||||||
(return initrd)
|
(return initrd)
|
||||||
(base-initrd %linux-vm-file-systems
|
(base-initrd %linux-vm-file-systems
|
||||||
#:linux linux
|
#:linux linux
|
||||||
|
#:linux-modules %base-initrd-modules
|
||||||
#:virtio? #t
|
#:virtio? #t
|
||||||
#:qemu-networking? #t))))
|
#:qemu-networking? #t))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue