Revert back isohybrid offset to default setting.

This revert back the commit 991a5c69.
This causes more problems than solving (fixing the warning issue in parted)

With the default offset 0:
* makes posibble to create others extra partitions on USB key
  and use them inside the live enviroment.
* makes posible to use /dev/disk/by-label/ symlinks.
  archiso_early hook, can be removed.

Note: archboot also uses the default offset 0.

More info at:
http://mailman.archlinux.org/pipermail/arch-releng/2010-March/000912.html
http://mailman.archlinux.org/pipermail/arch-releng/2010-March/000890.html

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2010-03-22 19:00:23 -03:00
parent fa546a0ca4
commit e684241e0e

View File

@ -90,7 +90,7 @@ make_iso() {
-A "${application}" \ -A "${application}" \
-V "${label}" \ -V "${label}" \
-o "${imgname}" "${work_dir}/iso/" -o "${imgname}" "${work_dir}/iso/"
isohybrid -offset 1 "${imgname}" isohybrid "${imgname}"
} }
unsquashfs_image() { unsquashfs_image() {