summaryrefslogtreecommitdiff
path: root/update-initramfs
diff options
context:
space:
mode:
Diffstat (limited to 'update-initramfs')
-rwxr-xr-xupdate-initramfs2
1 files changed, 1 insertions, 1 deletions
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
}