mirror of
https://salsa.debian.org/kernel-team/initramfs-tools.git
synced 2026-01-26 07:37:54 +00:00
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:
parent
5c68e6ea35
commit
5e1f500bf3
@ -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()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user