update-initramfs: Cleanup nowadays unused run_lilo()

lilo has it's own hooks, we no longer call it directly.

Reviewed-by: Michael Prokop <mika@debian.org>
Signed-off-by: maximilian attems <max@stro.at>
This commit is contained in:
maximilian attems 2011-08-03 15:21:32 +02:00
parent 5c68e6ea35
commit 5e1f500bf3

View File

@ -181,18 +181,6 @@ generate_initramfs()
fi
}
# lilo call
run_lilo()
{
# show lilo errors on failure
if ! lilo -t > /dev/null 2>&1 ; then
echo "ERROR lilo fails for new ${initramfs}:" >&2
echo
lilo -t
fi
lilo
}
# Invoke bootloader
run_bootloader()
{