Skip to content

Commit

Permalink
runInLinuxVM: fix ext4 and crc32c-intel interactions
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverca22 committed May 3, 2018
1 parent 3a2ad3e commit a629e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/vm/default.nix
Original file line number Diff line number Diff line change
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 a629e50

Please sign in to comment.