]> wimlib.net Git - wimlib/blobdiff - programs/mkwinpeimg
imagex export: For new dest WIMs, default to ctype of src WIM
[wimlib] / programs / mkwinpeimg
index 8d0d176a2cf7b4202f128c9bb4e23611b2592991..3e932e749fa739c778c6bc047ddb2eb62d0344fb 100755 (executable)
@@ -333,7 +333,7 @@ get_boot_wim() {
                        wim="$windows_dir/sources/boot.wim"
                        stat_busy "Exporting image from \"$wim\""
                        imagex export "$windows_dir"/sources/boot.wim 2 \
-                                               --compress --boot "$boot_wim" || stat_fail
+                                               --boot "$boot_wim" || stat_fail
                        stat_done
                fi
        else