diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-03-22 19:00:23 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-03-22 19:00:23 -0300 |
commit | e684241e0e14cb8a2b0984058c142185fae09157 (patch) | |
tree | 4f9b189dfe0e98bcca18b27dee6c9384450f79d0 | |
parent | fa546a0ca4f089abfb4b3ad1976e0b81bf5d1ff4 (diff) |
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>
-rwxr-xr-x | archiso2dual/archiso2dual | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiso2dual/archiso2dual b/archiso2dual/archiso2dual index 4afb27d..6e0ce28 100755 --- a/archiso2dual/archiso2dual +++ b/archiso2dual/archiso2dual @@ -90,7 +90,7 @@ make_iso() { -A "${application}" \ -V "${label}" \ -o "${imgname}" "${work_dir}/iso/" - isohybrid -offset 1 "${imgname}" + isohybrid "${imgname}" } unsquashfs_image() { |