Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 24cb65efc3c34e24fc653779a4d42cf4f31c6737
      
https://github.com/NixOS/nix/commit/24cb65efc3c34e24fc653779a4d42cf4f31c6737
  Author: Ludovic Courtès <[email protected]>
  Date:   2014-03-21 (Fri, 21 Mar 2014)

  Changed paths:
    M src/libstore/build.cc

  Log Message:
  -----------
  Make /dev/kvm optional

The daemon now creates /dev deterministically (thanks!).  However, it
expects /dev/kvm to be present.

The patch below restricts that requirement (1) to Linux-based systems,
and (2) to systems where /dev/kvm already exists.

I’m not sure about the way to handle (2).  We could special-case
/dev/kvm and create it (instead of bind-mounting it) in the chroot, so
it’s always available; however, it wouldn’t help much since most likely,
if /dev/kvm missing, then KVM support is missing.


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to