Fix path for creating splash image in boot-amd64. Closes: #413850.

This commit is contained in:
Steve McIntyre 2007-03-12 01:33:39 +00:00
parent cee637fdd9
commit ec87877896
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -45,6 +45,9 @@ debian-cd (3.0.1) UNRELEASED; urgency=low
* forcd1-etch: remove network-console-config (not in Etch).
* forcd1-etch: add kernel-package and module-assistant.
[ Steve McIntyre ]
* Fix path for creating splash image in boot-amd64. Closes: #413850.
-- Frans Pop <fjp@debian.org> Sat, 10 Mar 2007 22:40:34 +0100
debian-cd (3.0.0) unstable; urgency=medium

View File

@ -164,7 +164,7 @@ if [ "$SPLASHPNG" ] ; then
# background, and index 7 is foreground. Set to black and
# white respecively
pngtopnm < $SPLASHPNG | ppmquant 16 | \
ppmtolss16 "#ffffff=7" "#000000=0" > boot$N/isolinux-amd64/splash.rle
ppmtolss16 "#ffffff=7" "#000000=0" > boot$N/isolinux/splash.rle
fi
rm -rf cdrom