X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fimagex-apply.1.in;h=76913a32c4e1c61169c65d02b42ffcfe6200cdb5;hp=adf6d035477eeebc2e807268cd72e94d26c3c9ab;hb=22c0e369cb60b73a9ec209c878173001bfb43db8;hpb=f2db311f527e6037c836cf1b14debb841e09b440 diff --git a/doc/imagex-apply.1.in b/doc/imagex-apply.1.in index adf6d035..76913a32 100644 --- a/doc/imagex-apply.1.in +++ b/doc/imagex-apply.1.in @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "March 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-apply \- Extract one image, or all images, from a WIM archive @@ -263,6 +263,18 @@ be set exactly as specified in the WIM file. The default behavior without this option is to fall back to setting a security descriptor with the SACL omitted, then only the default inherited security descriptor, if we do not have permission to set the desired one. +.TP +\fB--rpfix\fR, \fB--norpfix\fR +Set whether to fix targets of absolute symbolic links (reparse points in Windows +terminology) or not. When enabled (\fB--rpfix\fR), extracted absolute symbolic +links that are marked in the WIM image as being fixed are assumed to have +absolute targets relative to the image root, and therefore have the actual root +of extraction prepended to their targets. The intention is that you can apply +an image containing absolute symbolic links and still have them be valid after +it's been applied to any location. + +The default behavior is \fB--rpfix\fR if any images in \fIWIMFILE\fR have been +captured with reparse-point fixups done. Otherwise, it is \fB--norpfix\fR. .SH NOTES @@ -286,14 +298,14 @@ Extract the first image from the Windows PE image from the Windows Vista/7/8 installation media to the directory "boot": .RS .PP -image apply /media/windows/sources/boot.wim 1 boot +@IMAGEX_PROGNAME@ apply /media/windows/sources/boot.wim 1 boot .RE .PP Extract all images from the Windows PE image from the Windows Vista/7/8 installation media to the directory "boot", and hard link all identical files: .RS .PP -image apply /media/windows8/sources/boot.wim all boot --hardlink +@IMAGEX_PROGNAME@ apply /media/windows8/sources/boot.wim all boot --hardlink .RE .PP .SS NTFS extraction mode @@ -314,4 +326,4 @@ mkntfs /dev/sda2 && @IMAGEX_PROGNAME@ apply /media/windows/sources/install.wim 1 .SH SEE ALSO .BR @IMAGEX_PROGNAME@ (1) - +.BR @IMAGEX_PROGNAME@-extract (1)