From ba0559b8de169592133bc940b6e986e202f4ec9d Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 31 Dec 2013 13:43:28 -0600 Subject: [PATCH] mkwinpeimg.1: Add suggestion to use wimlib-imagex --- doc/mkwinpeimg.1.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/mkwinpeimg.1.in b/doc/mkwinpeimg.1.in index 91e40310..a56a8180 100644 --- a/doc/mkwinpeimg.1.in +++ b/doc/mkwinpeimg.1.in @@ -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. -- 2.43.0