diff options
-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 |