]> wimlib.net Git - wimlib/commitdiff
mkwinpeimg: Use correct arch in ISO vol id
authorEric Biggers <ebiggers3@gmail.com>
Wed, 23 Jan 2013 00:41:36 +0000 (18:41 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 23 Jan 2013 00:41:36 +0000 (18:41 -0600)
programs/mkwinpeimg

index 2075dc203e2b2342189f3cea059e6f7292769d94..48143b6dad04d111e5a95adf380ddf5c09b8ace2 100755 (executable)
@@ -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