Switch to --iso-level 4 for powerpc images to make them work better

with POWER machines. Thanks to Milan Kupcevic for the patch. Closes: #603536
This commit is contained in:
Steve McIntyre 2010-12-18 16:22:12 +00:00
parent 14a97fb63b
commit 4cea3e7385
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -2,6 +2,9 @@ debian-cd (3.1.5) UNRELEASED; urgency=low
[ Steve McIntyre ]
* Pass the base mkisofs options into make_disc_trees too.
* Switch to --iso-level 4 for powerpc images to make them work better
with POWER machines. Thanks to Milan Kupcevic for the patch.
Closes: #603536
-- Steve McIntyre <93sam@debian.org> Sun, 14 Nov 2010 15:37:24 +0000

View File

@ -29,7 +29,7 @@ cd $CDDIR/..
install_languages $CDDIR
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "--iso-level 2"
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "--iso-level 4"
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "--netatalk"
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-hfs"
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-probe"