mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
qemu-vm creates an ext3 filesystem
This commit is contained in:
parent
0ea2643c63
commit
805d37db48
1 changed files with 1 additions and 0 deletions
|
@ -389,6 +389,7 @@ in
|
|||
system.requiredKernelConfig = with config.lib.kernelConfig; [
|
||||
(isEnabled "VIRTIO_BLK")
|
||||
(isEnabled "VIRTIO_PCI")
|
||||
(isEnabled "EXT3_FS")
|
||||
(isYes "BLK_DEV")
|
||||
(isYes "PCI")
|
||||
(isYes "EXPERIMENTAL")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue