VM: Make sure `smbd' is in QEMU's $PATH.

svn path=/nixpkgs/trunk/; revision=32987
This commit is contained in:
Ludovic Courtès 2012-03-11 14:23:32 +00:00
parent 7c4a72dd77
commit 0a433261c5

View file

@ -403,6 +403,7 @@ rec {
qemuCommandGeneric = ''
PATH="${samba}/sbin:$PATH" \
${kvm}/bin/qemu-system-x86_64 \
-nographic -no-reboot \
-smb $(pwd) -hda $diskImage \