compat-drivers: add Debian to scripts/update-initramfs
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Sat, 1 Dec 2012 01:54:53 +0000 (17:54 -0800)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Sat, 1 Dec 2012 01:54:53 +0000 (17:54 -0800)
I've tested this on Debian now.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
scripts/update-initramfs

index 1905f116d2266659d3878a7130946415ec649661..e388df299c9de49528e5e2db0e75b8241570cb76 100755 (executable)
@@ -16,7 +16,13 @@ dir=/boot/
 
 case $LSB_RED_ID in
 "Ubuntu")
-       echo "Updating Ubuntu's initramfs for $ver under $dir ..."
+       echo "Updating ${LSB_RED_ID}'s initramfs for $ver under $dir ..."
+       mkinitramfs -o $dir/initrd.img-$ver $ver
+       echo "Will now run update-grub to ensure grub will find the new initramfs ..."
+       update-grub
+       ;;
+"Debian")
+       echo "Updating ${LSB_RED_ID}'s initramfs for $ver under $dir ..."
        mkinitramfs -o $dir/initrd.img-$ver $ver
        echo "Will now run update-grub to ensure grub will find the new initramfs ..."
        update-grub