|
NAMEwimdelete - Delete an image from a WIM archiveSYNOPSISwimdelete WIMFILE IMAGE [OPTION...]DESCRIPTIONwimdelete, or equivalently wimlib-imagex delete, deletes the specified image from the Windows Imaging (WIM) archive WIMFILE.IMAGE specifies the WIM image in WIMFILE to delete. It may be the 1-based index of an image, the name of an image, or the keyword "all" to specify all images. You can use wiminfo(1) to list the images contained in WIMFILE. NOTESBy default, wimdelete rebuilds the WIM with all unnecessary file data removed. This is different from Microsoft's ImageX and DISM, which only will delete the directory tree metadata and XML data for this operation. Use --soft if you want the other kind of delete.wimlib allows you to delete all the images from a WIM and have a WIM with 0 images, although such a file may not be very useful. wimdelete does not support split WIMs. OPTIONS
EXAMPLESDelete the first image from 'boot.wim':wimdelete boot.wim 1 SEE ALSOwimlib-imagex(1) wiminfo(1) wimoptimize(1)
Visit the GSP FreeBSD Man Page Interface. |