* Use qemu-kvm.
svn path=/nixpkgs/trunk/; revision=17243
This commit is contained in:
parent
86a90971d7
commit
0b063ec39f
@ -5,7 +5,7 @@ with pkgs;
|
|||||||
rec {
|
rec {
|
||||||
|
|
||||||
|
|
||||||
inherit (kernelPackages_2_6_26) kernel;
|
inherit (kernelPackages_2_6_27) kernel;
|
||||||
|
|
||||||
klibcShrunk = pkgs.klibcShrunk.override { klibc = klibc_15; };
|
klibcShrunk = pkgs.klibcShrunk.override { klibc = klibc_15; };
|
||||||
|
|
||||||
@ -184,7 +184,7 @@ rec {
|
|||||||
vmRunCommand = qemuCommand: writeText "vm-run" ''
|
vmRunCommand = qemuCommand: writeText "vm-run" ''
|
||||||
export > saved-env
|
export > saved-env
|
||||||
|
|
||||||
PATH=${coreutils}/bin:${kvm}/bin:${samba}/sbin
|
PATH=${coreutils}/bin:${qemu_kvm}/bin:${samba}/sbin
|
||||||
|
|
||||||
diskImage=''${diskImage:-/dev/null}
|
diskImage=''${diskImage:-/dev/null}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user