The theory being that it'll reduce instances of people on IRC saying "It says it can't find the program, but it's right there!" ChangeLog: Add a drive mapping for root to the default configuration file
Index: documentation/samples/config =================================================================== RCS file: /home/wine/wine/documentation/samples/config,v retrieving revision 1.44 diff -u -r1.44 config --- documentation/samples/config 13 May 2003 00:30:49 -0000 1.44 +++ documentation/samples/config 2 Jun 2003 19:11:49 -0000 @@ -56,6 +56,12 @@ "Label" = "Home" "Filesystem" = "win95" +[Drive Z] +"Path" = "/" +"Type" = "hd" +"Label" = "Root" +"Filesystem" = "win95" + [wine] "Windows" = "c:\\windows" "System" = "c:\\windows\\system"