[Demudi-commits] r722 - bootsplash/trunk/debian

Free Ekanayaka free-guest at costa.debian.org
Sun Mar 5 16:18:40 UTC 2006


Author: free-guest
Date: 2006-03-05 16:18:39 +0000 (Sun, 05 Mar 2006)
New Revision: 722

Modified:
   bootsplash/trunk/debian/changelog
   bootsplash/trunk/debian/postinst
Log:
* Hack in postinst script to guess the right kernel version, needs to
  be polished

Modified: bootsplash/trunk/debian/changelog
===================================================================
--- bootsplash/trunk/debian/changelog	2006-03-04 21:20:10 UTC (rev 721)
+++ bootsplash/trunk/debian/changelog	2006-03-05 16:18:39 UTC (rev 722)
@@ -1,4 +1,4 @@
-bootsplash (3.1-12) UNRELEASED; urgency=low
+bootsplash (3.1-12+13pre1) UNRELEASED; urgency=low
 
   [ Free Ekanayaka ]
   * Using dpatch from now on
@@ -23,6 +23,8 @@
   * Starting from 2.6.15 Debian kernels use initramfs, updated postinst
     script accordingly
   * Depend on initramfs-tools
+  * Hack in postinst script to guess the right kernel version, needs to
+    be polished
 
  -- Free Ekanayaka <free at agnula.org>  Mon,  6 Feb 2006 05:27:50 -0500
 

Modified: bootsplash/trunk/debian/postinst
===================================================================
--- bootsplash/trunk/debian/postinst	2006-03-04 21:20:10 UTC (rev 721)
+++ bootsplash/trunk/debian/postinst	2006-03-05 16:18:39 UTC (rev 722)
@@ -93,7 +93,7 @@
    for i in $RESOLUTIONS
    do
       sed -i -e "s/^SPLASH_SIZE=.*/SPLASH_SIZE=\"$i\"/g" /etc/default/bootsplash
-      mkinitramfs -o "$SPLASH_INITRD"
+      mkinitramfs -o "$SPLASH_INITRD" $(echo $SPLASH_INITRD | cut -f 2- -d -)
       break
    done
 




More information about the Demudi-commits mailing list