OK, if wineinstall is no longer needed, how does one get drive letters set up? The doc on winehq seems to still tell people to edit the config file. If one does that, wine will then create the symlinks, but there's no doc on how to do it yourself...
Dan Kegel dank@kegel.com writes:
OK, if wineinstall is no longer needed, how does one get drive letters set up? The doc on winehq seems to still tell people to edit the config file. If one does that, wine will then create the symlinks, but there's no doc on how to do it yourself...
An initial set of symlinks will be created by wineprefixcreate; they can then be modified with winecfg (or by changing the symlinks by hand of course). The plan is also to have winecfg autodetect cdroms but that's not done yet.
On Sat, 19 Jun 2004 17:42:36 -0700, Alexandre Julliard wrote:
An initial set of symlinks will be created by wineprefixcreate; they can then be modified with winecfg (or by changing the symlinks by hand of course). The plan is also to have winecfg autodetect cdroms but that's not done yet.
Why not map from fstab to symlinks in wineprefixcreate?
On Sunday 20 June 2004 15:45, Mike Hearn wrote:
On Sat, 19 Jun 2004 17:42:36 -0700, Alexandre Julliard wrote:
An initial set of symlinks will be created by wineprefixcreate; they can then be modified with winecfg (or by changing the symlinks by hand of course). The plan is also to have winecfg autodetect cdroms but that's not done yet.
Why not map from fstab to symlinks in wineprefixcreate?
Please do not do it by default. Noone can parse my fstab correctly :)
On Sun, Jun 20, 2004 at 06:21:58PM +0400, Vitaly Lipatov wrote:
Please do not do it by default. Noone can parse my fstab correctly :)
Maybe it needs fixin' :)
On Sat, Jun 19, 2004 at 05:42:36PM -0700, Alexandre Julliard wrote:
An initial set of symlinks will be created by wineprefixcreate; they can then be modified with winecfg (or by changing the symlinks by hand of course). The plan is also to have winecfg autodetect cdroms but that's not done yet.
Speaking of this, I tried to make a config file with no [Drive X] sections at all, and Wine wouldn't load (It complained about a missing L"C:\WINDOWS\SYSTEM" directory, even though I had the apropriate entry in the file). I added a dummy [Drive X] section back into the exact same file, and wine loaded just fine. It looks like the parser might be broken, but I haven't had a chance to look more closely at it yet.