X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=programs%2Fmkwinpeimg;h=e3cc1dc536332fbf173070aa3fca237b565972a2;hb=bde99a849d3e7a479cb04a4e16e405b0c2f022dd;hp=8d0d176a2cf7b4202f128c9bb4e23611b2592991;hpb=fb51634a9164f68a73138aba3fca93cb60bbfc7f;p=wimlib diff --git a/programs/mkwinpeimg b/programs/mkwinpeimg index 8d0d176a..e3cc1dc5 100755 --- a/programs/mkwinpeimg +++ b/programs/mkwinpeimg @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # This script can make a customized bootable image of Windows PE. # @@ -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