Add a drive mapping for root to the default configuration file.

This commit is contained in:
Mike Hearn 2003-06-07 00:36:18 +00:00 committed by Alexandre Julliard
parent 4d376c5bc2
commit b7c429ea36
1 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,12 @@ WINE REGISTRY Version 2
"Label" = "Home"
"Filesystem" = "win95"
[Drive Z]
"Path" = "/"
"Type" = "hd"
"Label" = "Root"
"Filesystem" = "win95"
[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system"