[Bug 358762] Re: update-initramfs is missing a trigger for flash-kernel
Oliver Grawert
ogra at ubuntu.com
Fri Apr 10 11:26:01 UTC 2009
--- /usr/sbin/update-initramfs 2009-03-13 10:57:32.000000000 +0100
+++ update-initramfs 2009-04-10 13:25:25.000000000 +0200
@@ -184,6 +184,12 @@
lilo
}
+# call flash-kernel
+run_flash_kernel()
+{
+ flash-kernel
+}
+
# check if lilo is on mbr
mbr_check()
{
@@ -262,6 +268,9 @@
if [ -r /etc/zipl.conf ]; then
zipl
fi
+ if [ -r /etc/flash-kernel.conf ]; then
+ run_flash_kernel
+ fi
}
compare_sha1()
--
update-initramfs is missing a trigger for flash-kernel
https://bugs.launchpad.net/bugs/358762
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