Comment 11 for bug 365053

Revision history for this message
Oliver Grawert (ogra) wrote :

the fix for update-initramfs

--- ../update-initramfs 2009-04-23 12:15:22.000000000 +0200
+++ update-initramfs 2009-04-23 12:23:05.000000000 +0200
@@ -263,7 +263,9 @@
   zipl
  fi
  if flash-kernel --supported >/dev/null 2>&1; then
- flash-kernel
+ if grep -q flash-kernel /etc/kernel-img.conf; then
+ flash-kernel
+ fi
  fi
 }