diff options
Diffstat (limited to 'filesystems/wimlib/pkg-descr')
-rw-r--r-- | filesystems/wimlib/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/filesystems/wimlib/pkg-descr b/filesystems/wimlib/pkg-descr new file mode 100644 index 000000000000..e806457b59ad --- /dev/null +++ b/filesystems/wimlib/pkg-descr @@ -0,0 +1,18 @@ +Allows to read and write Windows Imaging (WIM) files and deployment +of Windows operating systems. + +General capabilities: + +- Apply (extract) a WIM image (wimapply) +- Capture (create) a WIM image (wimcapture) +- Append, delete, and export WIM images (wimappend, wimdelete, wimexport) +- Modify a WIM image (wimupdate) +- Extract files or directories from a WIM image (wimextract) +- Optimize a WIM archive, removing wasted space + and optionally recompressing (wimoptimize) +- Split or join a WIM archive (wimsplit, wimjoin) +- Mount a WIM image (wimmount, wimmountrw) + +Sample of usage: + +http://www.ultimatedeployment.org/win7pxelinux3.html |