git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9d2f674
)
mkwinpeimg: Use correct arch in ISO vol id
author
Eric Biggers
<ebiggers3@gmail.com>
Wed, 23 Jan 2013 00:41:36 +0000
(18:41 -0600)
committer
Eric Biggers
<ebiggers3@gmail.com>
Wed, 23 Jan 2013 00:41:36 +0000
(18:41 -0600)
programs/mkwinpeimg
patch
|
blob
|
history
diff --git
a/programs/mkwinpeimg
b/programs/mkwinpeimg
index 2075dc203e2b2342189f3cea059e6f7292769d94..48143b6dad04d111e5a95adf380ddf5c09b8ace2 100755
(executable)
--- a/
programs/mkwinpeimg
+++ b/
programs/mkwinpeimg
@@
-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