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
}
--
On armel (Babbage platform), kernel image upgrading breaks if Ubiquity is
instructed not to install a bootloader
https://bugs.launchpad.net/bugs/365053
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs