--- /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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to