mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Fix path for creating splash image in boot-amd64. Closes: #413850.
This commit is contained in:
parent
cee637fdd9
commit
ec87877896
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user