mirror of
https://github.com/0xbbjubjub/miniguest.git
synced 2025-01-07 12:30:53 +03:00
parent
cce9ef1596
commit
c4844cc6ec
@ -32,6 +32,8 @@ mkIf (cfg.enable && cfg.guestType == "qemu") {
|
||||
fsType = "9p";
|
||||
};
|
||||
|
||||
boot.initrd.availableKernelModules = [ "virtio_pci" "9p" "9pnet_virtio" ];
|
||||
|
||||
boot.initrd.postMountCommands = ''
|
||||
test "$stage2Init" = /init && stage2Init=/boot/init
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user