This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #### Contents of the preconfiguration file (for squeeze) | |
| ### Localization | |
| # Preseeding only locale sets language, country and locale. | |
| d-i debian-installer/locale string ja_JP.UTF-8 | |
| # The values can also be preseeded individually for greater flexibility. | |
| #d-i debian-installer/language string en | |
| #d-i debian-installer/country string NL | |
| #d-i debian-installer/locale string en_GB.UTF-8 | |
| # Optionally specify additional locales to be generated. |
NewerOlder