* Fix support for alternative boot splash images. Thanks to Tony Awtrey

for the patch. Closes: #537368
This commit is contained in:
Steve McIntyre 2010-09-14 22:49:12 +00:00
parent 22bdd161f8
commit 9fef487e9d
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View File

@ -38,6 +38,8 @@ debian-cd (3.1.4) unstable; urgency=low
(e.g. 6.0.0 for the squeeze release instead of 600).
* Update loadlin kernel parameters to match d-i values. Thanks to Samuel
Thibault for the patch. Closes: #594267
* Fix support for alternative boot splash images. Thanks to Tony Awtrey
for the patch. Closes: #537368
[ Ian Campbell ]
* boot-x86: detect duplicates in the extra images used for installation

View File

@ -296,6 +296,7 @@ if [ "$THISTYPE" = "isolinux" ]; then
# white respecively
pngtopnm < $SPLASHPNG | ppmquant 16 | \
ppmtolss16 "#ffffff=7" "#000000=0" > boot$N/isolinux/splash.rle
pngtopnm < $SPLASHPNG | ppmquant 16 | pnmtopng > boot$N/isolinux/splash.png
fi
sed -i "s|built on|built $BUILD_DATE; d-i|" boot$N/isolinux/f1.txt