diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2008-09-15 10:44:42 +0300 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2008-09-15 11:48:38 +0200 |
commit | aac6f31e93a578b0d415a4658adfc3e39110d8ef (patch) | |
tree | 36832e036c5d72d71ca3f0cf2e4a18b67f8ca1cd /update-initramfs | |
parent | 5b77bbc7e0d1b3e429fa13b8c54d08e235774709 (diff) | |
download | initramfs-tools-aac6f31e93a578b0d415a4658adfc3e39110d8ef.tar.gz initramfs-tools-aac6f31e93a578b0d415a4658adfc3e39110d8ef.zip |
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).
Diffstat (limited to 'update-initramfs')
-rwxr-xr-x | update-initramfs | 3 |
1 files changed, 0 insertions, 3 deletions
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() |