You are here
POL_Wine_LinkCDROM
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionLink a real CD-Rom to wine
Source code#!/bin/bash if [ "$1" ]; then letter="$1" else letter="w" fi [ "$CDROM" = "" ] && POL_Debug_Error "Please select a cdrom first" DEVNODE="$(mount | grep "$CDROM" | awk '{print $1}')" cd "$WINEPREFIX/dosdevices" rm "$letter:" 2> /dev/null rm "$letter::" 2> /dev/null ln -s "$CDROM" "$letter:" ln -s "$DEVNODE" "$letter::" |
Contributions
Filters:
ContributeMember | Message |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com