index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
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) |
-rwxr-xr-x | archiso/mkarchiso | 2 |
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 |