[Bug 365053] Re: On armel (Babbage platform), kernel image upgrading breaks if Ubiquity is instructed not to install a bootloader

Oliver Grawert ogra at ubuntu.com
Thu Apr 23 10:23:56 UTC 2009


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 Kernel
Bugs, which is subscribed to initramfs-tools in ubuntu.




More information about the kernel-bugs mailing list