mirror of
https://salsa.debian.org/kernel-team/initramfs-tools.git
synced 2026-01-26 07:37:54 +00:00
update-initramfs: Don't call flash-kernel directly
It install hooks these days, probably needs an accompagning break to help users.. Signed-off-by: maximilian attems <max@stro.at> Signed-off-by: Michael Prokop <mika@debian.org>
This commit is contained in:
parent
48c77acc0a
commit
7cccc87b9e
@ -190,12 +190,6 @@ run_bootloader()
|
||||
/etc/initramfs/post-update.d/
|
||||
return 0
|
||||
fi
|
||||
|
||||
# FIXME: to be removed once flash-kernel installs a hook
|
||||
if flash-kernel --supported >/dev/null 2>&1; then
|
||||
flash-kernel ${version}
|
||||
return 0
|
||||
fi
|
||||
}
|
||||
|
||||
compare_sha1()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user