X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=doc%2Fmkwinpeimg.1.in;h=befa28044405755b8b015537931ba225d09b3398;hb=64da5ed62907c397a524b3b3c89d3fe98ccd6f8b;hp=0966377c320d0bc931c11451e744bb0f5e95ae7f;hpb=cb877891bfb9d911db2372444a9990aeb4bc0cdd;p=wimlib diff --git a/doc/mkwinpeimg.1.in b/doc/mkwinpeimg.1.in index 0966377c..befa2804 100644 --- a/doc/mkwinpeimg.1.in +++ b/doc/mkwinpeimg.1.in @@ -1,4 +1,4 @@ -.TH MKWINPEIMG "1" "October 2013" "mkwinpeimg (wimlib @VERSION@)" "User Commands" +.TH MKWINPEIMG "1" "March 2014" "mkwinpeimg (wimlib @VERSION@)" "User Commands" .SH NAME mkwinpeimg \- Make a customized bootable image of Windows PE .SH SYNOPSIS @@ -36,7 +36,10 @@ modification is to specify an executable or batch file for Windows PE to execute as soon as it starts up. Use the \fB--start-script\fR \fIFILE\fR option to specify such a file. You may also add arbitrary files to \fIboot.wim\fR by putting them in a directory, then specifying the \fB--overlay\fR \fIDIR\fR -option. +option. However, for more extensive modifications, consider modifying the +\fIboot.wim\fR file separately using \fB@IMAGEX_PROGNAME@ mountrw\fR or +\fB@IMAGEX_PROGNAME@ update\fR, then providing it to \fBmkwinpeimg\fR using the +\fB--wim\fR option. .PP \fBmkwinpeimg\fR can also make only a modified \fIboot.wim\fR, rather than a bootable ISO or disk image, if the \fB--only-wim\fR option is given.