Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
913457c0
Commit
913457c0
authored
Sep 02, 2003
by
Vincent Béron
Committed by
Alexandre Julliard
Sep 02, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bring documentation in sync regarding expansion of environment
variables in the config file.
parent
8d0b4ea5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
PACKAGING
documentation/PACKAGING
+2
-1
configuring.sgml
documentation/configuring.sgml
+4
-2
No files found.
documentation/PACKAGING
View file @
913457c0
...
@@ -472,7 +472,8 @@ currently lacking. We need:
...
@@ -472,7 +472,8 @@ currently lacking. We need:
- C for the C:\ directory. Here we use the user's home directory, for most
- C for the C:\ directory. Here we use the user's home directory, for most
applications do see C:\ as root-writeable directory of every windows
applications do see C:\ as root-writeable directory of every windows
installation and this basically is it in the UNIX-user context.
installation and this basically is it in the UNIX-user context.
Path=${HOME}
Don't forget to identify environment variables as DOS ones (ie, surrounded by '%').
Path=%HOME%
- R for the CD-Rom drive. Specify your distribution's default CD-ROM mountpoint.
- R for the CD-Rom drive. Specify your distribution's default CD-ROM mountpoint.
Path=/auto/cdrom
Path=/auto/cdrom
- T for temporary storage. We do use /tmp/ (rationale: between process
- T for temporary storage. We do use /tmp/ (rationale: between process
...
...
documentation/configuring.sgml
View file @
913457c0
...
@@ -991,7 +991,7 @@
...
@@ -991,7 +991,7 @@
<programlisting>
<programlisting>
[Drive C]
[Drive C]
"Path" = "
${HOME}
/wine"
"Path" = "
%HOME%
/wine"
"Type" = "hd"
"Type" = "hd"
"Label" = "MS-DOS"
"Label" = "MS-DOS"
"Filesystem" = "win95"
"Filesystem" = "win95"
...
@@ -1075,7 +1075,9 @@ C:\ Root directory of primary disk drive
...
@@ -1075,7 +1075,9 @@ C:\ Root directory of primary disk drive
You
can
also
make
use
of
environment
variables
like
$
HOME
here
,
You
can
also
make
use
of
environment
variables
like
$
HOME
here
,
an
example
for
using
a
<
filename
>
mywinedrive
</
filename
>
an
example
for
using
a
<
filename
>
mywinedrive
</
filename
>
directory
in
your
home
dir
would
be
directory
in
your
home
dir
would
be
<
programlisting
>
"Path"
=
"${HOME}/mywinedrive"
</
programlisting
>
<
programlisting
>
"Path"
=
"%HOME%/mywinedrive"
</
programlisting
>,
but
don
't forget to put it as a DOS environment variable,
ie surrounded by '
%
' signs rather than preceded by a '
$
'.
Don'
t
forget
to
leave
off
the
trailing
slash
!
Don'
t
forget
to
leave
off
the
trailing
slash
!
</
para
>
</
para
>
<
para
>
<
para
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment