Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save umireon/9071177 to your computer and use it in GitHub Desktop.
Save umireon/9071177 to your computer and use it in GitHub Desktop.
# Install the Parallels Tools
PARALLELS_TOOLS_ISO=prl-tools-lin.iso
mount -o loop $PARALLELS_TOOLS_ISO /media/cdrom
/media/cdrom/install --install-unattended-with-deps --progress
umount /media/cdrom
# Cleanup
# rm $PARALLELS_TOOLS_ISO
echo "start on stopped rc\nexec restart networking" > /etc/init/prl_eth-loaded.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment