Skip to content

Commit

Permalink
Merge pull request #39953 from cleverca22/fix-virtualbox
Browse files Browse the repository at this point in the history
runInLinuxVM: fix ext4 and crc32c-intel interactions
  • Loading branch information
srhb committed May 4, 2018
2 parents 472ed75 + a629e50 commit b56c386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/vm/default.nix
Expand Up @@ -92,7 +92,7 @@ rec {
echo "loading kernel modules..."
for i in $(cat ${modulesClosure}/insmod-list); do
insmod $i
insmod $i || echo "warning: unable to load $i"
done
mount -t devtmpfs devtmpfs /dev
Expand Down

0 comments on commit b56c386

Please sign in to comment.