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>
This commit is contained in:
Gerardo Exequiel Pozzi 2010-02-08 03:47:27 -03:00
parent 8969c57b75
commit 991a5c6972

View File

@ -247,7 +247,7 @@ command_iso () {
-A "${APPLICATION}" \ -A "${APPLICATION}" \
-V "${LABEL}" \ -V "${LABEL}" \
-o "${imgname}" "${work_dir}/iso/" -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 # Go through the main commands in order. If 'all' was specified, then we want