]> wimlib.net Git - wimlib/blobdiff - programs/mkwinpeimg
remove dead variable store
[wimlib] / programs / mkwinpeimg
index 2075dc203e2b2342189f3cea059e6f7292769d94..7d890d81307ee46c7214088013d1572a0b66855e 100755 (executable)
@@ -20,7 +20,7 @@
 
 script_name="$(basename $0)"
 PREFIX_REG="::"
-WIMLIB_VERSION=1.2.3
+WIMLIB_VERSION=1.2.6
 
 calc_columns () {
        STAT_COL=80
@@ -423,7 +423,7 @@ make_iso_img() {
 
        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