diff -Nru usplash-0.5.17/debian/changelog usplash-0.5.17/debian/changelog --- usplash-0.5.17/debian/changelog 2008-03-26 08:34:15.000000000 -0400 +++ usplash-0.5.17/debian/changelog 2008-03-26 15:38:10.000000000 -0400 @@ -1,3 +1,10 @@ +usplash (0.5.17-0ubuntu1) hardy; urgency=low + + * debian/usplash.postinst: Add instructions about update-initramfs in + usplash configuration file /etc/usplash.conf . + + -- Saïvann Carignan Wed, 26 Mar 2008 15:25:04 -0400 + usplash (0.5.17) hardy; urgency=low * usplash_write.c: On ENXIO (i. e. unable to open the FIFO because usplash diff -Nru /tmp/F1eajZiPGr/usplash-0.5.17/debian/usplash.postinst /tmp/V892Kg18TD/usplash-0.5.17/debian/usplash.postinst --- usplash-0.5.17/debian/usplash.postinst 2007-10-15 05:20:39.000000000 -0400 +++ usplash-0.5.17/debian/usplash.postinst 2008-03-26 15:19:54.000000000 -0400 @@ -46,6 +46,8 @@ y=480 fi echo "# Usplash configuration file" >/etc/usplash.conf + echo "# These parameters will only apply after running update-initramfs." >>/etc/usplash.conf + echo "" >>/etc/usplash.conf echo "xres=$x" >>/etc/usplash.conf echo "yres=$y" >>/etc/usplash.conf fi