From 409aa55645953add7c38721432a374cbd7c4b3be Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Sat, 18 Apr 2009 17:56:52 +0200 Subject: update-initramfs: Pass version to flash-kernel allows handling of different subarches. (closes: #523711) Reported-by: Martin Michlmayr Signed-off-by: maximilian attems --- update-initramfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-initramfs b/update-initramfs index 7e5337f..90a7eda 100755 --- a/update-initramfs +++ b/update-initramfs @@ -265,7 +265,7 @@ run_bootloader() zipl fi if flash-kernel --supported >/dev/null 2>&1; then - flash-kernel + flash-kernel ${version} fi } -- cgit v1.2.3