Add a drive mapping for root to the default configuration file.
This commit is contained in:
parent
4d376c5bc2
commit
b7c429ea36
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue