diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-02-08 03:47:27 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-02-08 03:47:50 -0300 |
commit | 991a5c6972e07a897933e41b5995c327713cac91 (patch) | |
tree | 15d1a460ae55ff32f2ec1f0b64b0229b317dae14 /archiso/mkarchiso | |
parent | 8969c57b75f6a8f1fa09afaf01cbc7583f5d98d0 (diff) | |
download | archiso32-991a5c6972e07a897933e41b5995c327713cac91.tar.xz |
Fixed offset of partition on iso
Split from commit 00dda7d4 from Svenstaro repo: changed -offset for mkarchiso
from default 0 to 1 so that the other partition on the usb device can
still be edited after dd'ing to it
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/mkarchiso')
-rwxr-xr-x | archiso/mkarchiso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiso/mkarchiso b/archiso/mkarchiso index 0165d34..a7afea0 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -247,7 +247,7 @@ command_iso () { -A "${APPLICATION}" \ -V "${LABEL}" \ -o "${imgname}" "${work_dir}/iso/" - isohybrid "${imgname}" + isohybrid -offset 1 "${imgname}" } # Go through the main commands in order. If 'all' was specified, then we want |