]> wimlib.net Git - wimlib/blobdiff - programs/mkwinpeimg
Update version to 1.2.4; update NEWS
[wimlib] / programs / mkwinpeimg
index 2075dc203e2b2342189f3cea059e6f7292769d94..def484f784014a7b5573e6d29acca738ca67f08f 100755 (executable)
@@ -20,7 +20,7 @@
 
 script_name="$(basename $0)"
 PREFIX_REG="::"
 
 script_name="$(basename $0)"
 PREFIX_REG="::"
-WIMLIB_VERSION=1.2.3
+WIMLIB_VERSION=1.2.4
 
 calc_columns () {
        STAT_COL=80
 
 calc_columns () {
        STAT_COL=80
@@ -423,7 +423,7 @@ make_iso_img() {
 
        stat_busy "Making ISO image \"$image\""
 
 
        stat_busy "Making ISO image \"$image\""
 
-       mkisofs -sysid ""  -A ""  -V "Microsoft Windows PE (x86)"  -d -N \
+       mkisofs -sysid ""  -A ""  -V "Microsoft Windows PE ($arch)"  -d -N \
                -b etfsboot.com  -no-emul-boot   -c boot.cat  -hide etfsboot.com  \
                -hide boot.cat -quiet -o "$image" "$tmp_dir" || stat_fail
 
                -b etfsboot.com  -no-emul-boot   -c boot.cat  -hide etfsboot.com  \
                -hide boot.cat -quiet -o "$image" "$tmp_dir" || stat_fail