* QEMU_SMBD_COMMAND is gone.
svn path=/nixpkgs/trunk/; revision=12719
This commit is contained in:
parent
f69b6b4d49
commit
5b732a061f
@ -166,7 +166,7 @@ rec {
|
|||||||
|
|
||||||
|
|
||||||
qemuCommandLinux = ''
|
qemuCommandLinux = ''
|
||||||
QEMU_SMBD_COMMAND=${samba}/sbin/smbd qemu-system-x86_64 \
|
qemu-system-x86_64 \
|
||||||
-nographic -no-reboot \
|
-nographic -no-reboot \
|
||||||
-smb / -hda $diskImage \
|
-smb / -hda $diskImage \
|
||||||
-kernel ${kernel}/vmlinuz \
|
-kernel ${kernel}/vmlinuz \
|
||||||
@ -179,7 +179,7 @@ rec {
|
|||||||
vmRunCommand = qemuCommand: writeText "vm-run" ''
|
vmRunCommand = qemuCommand: writeText "vm-run" ''
|
||||||
export > saved-env
|
export > saved-env
|
||||||
|
|
||||||
PATH=${coreutils}/bin:${kvm}/bin
|
PATH=${coreutils}/bin:${kvm}/bin:${samba}/sbin
|
||||||
|
|
||||||
diskImage=''${diskImage:-/dev/null}
|
diskImage=''${diskImage:-/dev/null}
|
||||||
|
|
||||||
@ -264,7 +264,7 @@ rec {
|
|||||||
|
|
||||||
|
|
||||||
qemuCommandGeneric = ''
|
qemuCommandGeneric = ''
|
||||||
QEMU_SMBD_COMMAND=${samba}/sbin/smbd qemu-system-x86_64 \
|
qemu-system-x86_64 \
|
||||||
-nographic -no-reboot \
|
-nographic -no-reboot \
|
||||||
-smb $(pwd) -hda $diskImage \
|
-smb $(pwd) -hda $diskImage \
|
||||||
$QEMU_OPTS
|
$QEMU_OPTS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user