8000 Upgrade Parallels Tools to 13.3.0-43321 by legal90 · Pull Request #1305 · boot2docker/boot2docker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Upgrade Parallels Tools to 13.3.0-43321 #1305

Merged
merged 2 commits into from
Mar 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ RUN LD_LIBRARY_PATH='/lib:/usr/local/lib' \
chroot "$ROOTFS" vmhgfs-fuse --version

# Download and build Parallels Tools
ENV PRL_MAJOR 12
ENV PRL_VERSION 12.1.3-41532
ENV PRL_MAJOR 13
ENV PRL_VERSION 13.3.0-43321

RUN set -ex \
&& mkdir -p /prl_tools \
Expand All @@ -281,11 +281,6 @@ RUN set -ex \
&& cd /prl_tools \
&& cp -Rv tools/* $ROOTFS \
\
# Kludge to fix fsync on directory in prl_fs:
# https://github.com/Parallels/docker-machine-parallels/issues/71
# Should be removed when fixed in official Parallels Tools.
&& sed -E -i 's/(^\t.llseek\t\t= generic_file_llseek,$)/\1\n\t.fsync = noop_fsync,/' \
kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/file.c \
&& KERNEL_DIR=/linux-kernel/ KVER="$KERNEL_VERSION" SRC=/linux-kernel/ PRL_FREEZE_SKIP=1 \
make -C kmods/ -f Makefile.kmods installme \
\
Expand Down
0