|
NAMEwiminfo - Display or change information about a WIM file or imageSYNOPSISwiminfo WIMFILE [IMAGE [NEW_NAME [NEW_DESC]]] [OPTION...]DESCRIPTIONwiminfo, or equivalently wimlib-imagex info, displays information about WIMFILE or the specified IMAGE in it, and optionally changes properties of IMAGE such as its name and description, or changes the bootable image of the WIM.If neither an image nor any flags other than --check are specified, then basic information about the WIM and the images contained in it is shown. If an image is specified by IMAGE (as a 1-based image index or an image name), then the information is restricted to that concerning the specified image. Changes to the WIM are made if NEW_NAME and/or --boot and/or --image-property are specified. NEW_NAME is taken to be the new name of the image specified by IMAGE while NEW_DESC is taken to be its new description. If NEW_DESC is not specified, then the image's description is not changed. wiminfo does not support modifying a split WIM, although you may display information about one, including any of its parts. OPTIONS
SEE ALSOwimlib-imagex(1) wimdir(1)
Visit the GSP FreeBSD Man Page Interface. |