mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-29 23:26:23 +00:00
Merge pull request #69 from ijc25/vsock
Add frontend support for virtio-vsock
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user