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:
maximilian attems 2012-02-16 11:12:37 +01:00 committed by Michael Prokop
parent 48c77acc0a
commit 7cccc87b9e

View File

@ -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()