|
NAMEwimjoin- Join a split WIM into a standalone WIMSYNOPSISwimjoin [OPTION...] OUT_WIMFILE SPLIT_WIM_PART...DESCRIPTIONwimjoin, or equivalently wimlib-imagex join, joins the SPLIT_WIM_PARTs into a standalone (one-part) WIM OUT_WIMFILE. All parts of the split WIM must be specified; you probably want to do so using a shell wildcard.OPTIONS
EXAMPLESJoin a split WIM, with the parts named `windows*.swm' where the * is anything (usually the number of the part, except for the first part which may have no number), and write the joined WIM to the file `windows.wim'.wimjoin windows.wim windows*.swm NOTESBoth non-pipable and pipable split WIMs may be joined.wimjoin is roughly equivalent to: wimexport SWM_PART_1 --ref="SWM_GLOB" all OUT_WIMFILE SEE ALSOwimlib-imagex(1) wimexport(1) wimsplit(1)
Visit the GSP FreeBSD Man Page Interface. |