diff options
author | Daniel Baumann <daniel@debian.org> | 2010-05-21 07:31:16 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:09 +0100 |
commit | 8424ad261b3a6afb79b2e1e7a375733ceadd83b0 (patch) | |
tree | 883696e3d9ae6fb5d71cfc78d96849dec1b83dbb /helpers/binary_iso | |
parent | caf4ec860a4a36dd2006338a9705b5144ebfa740 (diff) | |
download | live-build-8424ad261b3a6afb79b2e1e7a375733ceadd83b0.zip live-build-8424ad261b3a6afb79b2e1e7a375733ceadd83b0.tar.gz |
Adding option for custom isohybrid arguments.
Diffstat (limited to 'helpers/binary_iso')
-rwxr-xr-x | helpers/binary_iso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_iso b/helpers/binary_iso index 0294c07..a7754b2 100755 --- a/helpers/binary_iso +++ b/helpers/binary_iso @@ -194,7 +194,7 @@ then cat >> binary.sh << EOF -isohybrid ${IMAGE} +isohybrid ${ISOHYBRID_OPTIONS} ${IMAGE} EOF fi |