]> wimlib.net Git - wimlib/blobdiff - programs/mkwinpeimg
Code and docs cleanup
[wimlib] / programs / mkwinpeimg
index 2075dc203e2b2342189f3cea059e6f7292769d94..b5b9976919b9c5f1b8dfe2404430c5548617545f 100755 (executable)
@@ -3,7 +3,7 @@
 # This script can make a customized bootable image of Windows PE.
 #
 
-# Copyright (C) 2012 Eric Biggers
+# Copyright (C) 2012, 2013 Eric Biggers
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
 
 script_name="$(basename $0)"
 PREFIX_REG="::"
-WIMLIB_VERSION=1.2.3
+WIMLIB_VERSION=1.3.0
 
 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