* Tweak boot-load-size for ia64 to make CDs boot again. Closes: #678883.

Thanks to Stephan Schreiber for the patch.
This commit is contained in:
Steve McIntyre 2012-08-07 20:48:16 +00:00
parent ca7d9c00f5
commit 4d8a88e5da
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View File

@ -16,6 +16,8 @@ debian-cd (3.1.10) UNRELEASED; urgency=low
this case, of course task-lxde-desktop should satisfy the OR dep.
* Tweak powerpc boot options, using 32/64 bit detection in yaboot at
boot time. Thanks to Milan Kupcevic for the patch. Closes: #678066
* Tweak boot-load-size for ia64 to make CDs boot again. Closes: #678883.
Thanks to Stephan Schreiber for the patch.
[ Joey Hess ]
* Clean up forcd1, removing twm, wmaker, wmakerconf, pump,

View File

@ -56,6 +56,7 @@ add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-J -joliet-long"
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-no-emul-boot"
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-b boot/boot.img"
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-c boot/boot.catalog"
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-boot-load-size $[($(stat -c%s "boot$N/boot/boot.img")+2047)/2048]"
add_mkisofs_opt $CDDIR/../$N.mkisofs_dirs "boot$N"