X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fmkwinpeimg.1.in;h=befa28044405755b8b015537931ba225d09b3398;hp=3095023f8c2c3ac63af2e38e19968a0630c826cf;hb=2bba9abc868d81e85a2a165db9ade09fdb30ac8e;hpb=61db93f82eca3fe9f7676355c709c58cc425a6ad diff --git a/doc/mkwinpeimg.1.in b/doc/mkwinpeimg.1.in index 3095023f..befa2804 100644 --- a/doc/mkwinpeimg.1.in +++ b/doc/mkwinpeimg.1.in @@ -1,4 +1,4 @@ -.TH MKWINPEIMG "1" "August 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.