From b7c429ea36418edf96c4e547683ef427eb36ede7 Mon Sep 17 00:00:00 2001 From: Mike Hearn <mike@theoretic.com> Date: Sat, 7 Jun 2003 00:36:18 +0000 Subject: [PATCH] Add a drive mapping for root to the default configuration file. --- documentation/samples/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/samples/config b/documentation/samples/config index 955230d080c..37a8d7851e8 100644 --- a/documentation/samples/config +++ b/documentation/samples/config @@ -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" -- GitLab