Skip to content

Commit

Permalink
Merge pull request docker#1074 from Parallels/fix-prl-modules
Browse files Browse the repository at this point in the history
Hotfix: Parallels kernel modules are unavailable in v1.8.3
  • Loading branch information
tianon committed Oct 13, 2015
2 parents af8b089 + 0d97e10 commit 076ca16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -223,7 +223,7 @@ RUN mkdir -p /prl_tools && \
KERNEL_DIR=/linux-kernel/ KVER=$KERNEL_VERSION SRC=/linux-kernel/ PRL_FREEZE_SKIP=1 \
make -C kmods/ -f Makefile.kmods installme &&\
\
find kmods/ -name \*.ko -exec cp {} $ROOTFS/lib/modules/$KERNEL_VERSION-boot2docker/extra/ \;
find kmods/ -name \*.ko -exec cp {} $ROOTFS/lib/modules/$KERNEL_VERSION-boot2docker/ \;

# Build XenServer Tools
ENV XEN_REPO https://github.com/xenserver/xe-guest-utilities
Expand Down

0 comments on commit 076ca16

Please sign in to comment.