From: Eric Biggers Date: Wed, 23 Jan 2013 00:41:36 +0000 (-0600) Subject: mkwinpeimg: Use correct arch in ISO vol id X-Git-Tag: v1.2.4~15 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=54ab9fc02a6deab44102a7f18b85c6ff7cf7774b;ds=sidebyside mkwinpeimg: Use correct arch in ISO vol id --- diff --git a/programs/mkwinpeimg b/programs/mkwinpeimg index 2075dc20..48143b6d 100755 --- a/programs/mkwinpeimg +++ b/programs/mkwinpeimg @@ -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