Merge pull request #69 from ijc25/vsock

Add frontend support for virtio-vsock
This commit is contained in:
Justin Cormack
2016-04-06 15:55:41 +01:00
30 changed files with 4384 additions and 4 deletions

View File

@@ -69,6 +69,7 @@ mkdir -p /output/kernel
cd /output/kernel
cp /proc/config.gz .
wget ${KERNEL_SOURCE=} || ( printf "Failed to download kernel source\n" && exit 1 )
cp -r /hostetc/kernel-patches /output/kernel/patches
git clone -b "$AUFS_BRANCH" "$AUFS_REPO" /output/kernel/aufs
cd /output/kernel/aufs