mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:45:50 +00:00
Add missing parameter to readme.
svn path=/trunk/; revision=41023
This commit is contained in:
parent
6370393c43
commit
c0e9d6e37d
1 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,7 @@ image.
|
||||||
|
|
||||||
The utility is called up by a command line of the following form:
|
The utility is called up by a command line of the following form:
|
||||||
|
|
||||||
CDMAKE [-q] [-v] [-p] [-s N] [-m] [-b bootimage] source volume image
|
CDMAKE [-q] [-v] [-p] [-s N] [-m] [-j] [-b bootimage] source volume image
|
||||||
|
|
||||||
source specifications of base directory containing all files to
|
source specifications of base directory containing all files to
|
||||||
be written to CD-ROM image
|
be written to CD-ROM image
|
||||||
|
@ -62,6 +62,8 @@ The utility is called up by a command line of the following form:
|
||||||
-m accept punctuation marks other than underscores in
|
-m accept punctuation marks other than underscores in
|
||||||
names and extensions
|
names and extensions
|
||||||
|
|
||||||
|
-j generates Joliet filename records
|
||||||
|
|
||||||
-b bootimage create bootable ElTorito CD-ROM using 'no emulation' mode
|
-b bootimage create bootable ElTorito CD-ROM using 'no emulation' mode
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue