Le dim 11/04/2004 à 20:56, Sylvain Petreolle a écrit :
Vincent,
Changelog: Remove "Path" lines from sample config. Setup the links for the default DOS drives in wineinstall.
- ln -s /mnt/fd0 ~/.wine/dosdevices/a:
- ln -s $CROOT ~/.wine/dosdevices/c:
- ln -s /cdrom ~/.wine/dosdevices/d:
The cdrom is usually more often /mnt/cdrom rather than /cdrom, isnt't it ?
Having only used RedHat, I can't say for sure what it's like for other distros. I just copied what was in the sample config file.
Vincent
Vincent Béron vberon@mecano.gme.usherb.ca writes:
Le dim 11/04/2004 à 20:56, Sylvain Petreolle a écrit :
Vincent,
Changelog: Remove "Path" lines from sample config. Setup the links for the default DOS drives in wineinstall.
- ln -s /mnt/fd0 ~/.wine/dosdevices/a:
- ln -s $CROOT ~/.wine/dosdevices/c:
- ln -s /cdrom ~/.wine/dosdevices/d:
The cdrom is usually more often /mnt/cdrom rather than /cdrom, isnt't it ?
Having only used RedHat, I can't say for sure what it's like for other distros.
Debian: /cdrom, /floppy SuSE: /media/cdrom, /media/floppy RedHat: /mnt/cdrom, /mnt/floppy
Looks like something to treat flexibly. Maybe by scanning /etc/fstab?