http://bugs.winehq.com/show_bug.cgi?id=1174
------- Additional Comments From winebug@flonet.net 2003-28-06 08:44 ------- Bug comments restored from Gmane.org:
Wineinstall can not recognise floppy drive in Debian:
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
The mount point is /floppy, not /mnt/fd0. The /etc/fstab entry is:
/dev/fd0 /floppy auto user,noauto 0 0
Could this be recognised correctly?
Current wine sources directory: I'm compiling wine in /opt/linshare/wine, and wineinstall cannot do 'regedit winedefault.reg', because wine has no drive for the working directory. Could wineinstall put an entry:
[Drive G] "Path" = "/opt/linshare/softa/wine" "Type" = "hd" "Label" = "Wine" "Filesystem" = "win95"
Path should be result of $PWD or pwd command.
Eleknader