Fix typo to get serial console to work
[live-boot-grml.git] / debian / postinst
index d7bc14d..752b161 100644 (file)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
-update-initramfs -u
+if [ -x /usr/sbin/update-initramfs ]
+then
+       update-initramfs -k all -u
+fi
 
 #DEBHELPER#