X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=doc%2Fmkwinpeimg.1.in;h=a56a81801799d1a6cdab7475671cc91c0acfd75c;hb=335e7f84a6ea46ea13e333c7294be0594fc859ca;hp=cc453f99a0effb053e32ba81127a54287a219d34;hpb=f0134c285fae01e5c943ed2b96cb8656ba01bf5a;p=wimlib diff --git a/doc/mkwinpeimg.1.in b/doc/mkwinpeimg.1.in index cc453f99..a56a8180 100644 --- a/doc/mkwinpeimg.1.in +++ b/doc/mkwinpeimg.1.in @@ -1,4 +1,4 @@ -.TH MKWINPEIMG "1" "November 2013" "mkwinpeimg (wimlib @VERSION@)" "User Commands" +.TH MKWINPEIMG "1" "January 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.