From aac6f31e93a578b0d415a4658adfc3e39110d8ef Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Mon, 15 Sep 2008 10:44:42 +0300 Subject: update-initramfs: don't run glantank-update-kernel glantank-update-kernel has been merged into flash-kernel and glantank-update-kernel will now call flash-kernel for compatibility. So there's no need to run glantank-update-kernel anymore. In case you do another upload for lenny, please include this patch. But there's no reason just to upload for this since nothing will break with the current initramfs-tools (although flash-kernel will be ran twice). --- update-initramfs | 3 --- 1 file changed, 3 deletions(-) (limited to 'update-initramfs') diff --git a/update-initramfs b/update-initramfs index 9830a7d..11f630f 100755 --- a/update-initramfs +++ b/update-initramfs @@ -265,9 +265,6 @@ run_bootloader() if flash-kernel --supported >/dev/null 2>&1; then flash-kernel fi - if glantank-update-kernel --supported >/dev/null 2>&1; then - glantank-update-kernel - fi } compare_sha1() -- cgit v1.2.3