diff options
-rwxr-xr-x | update-initramfs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/update-initramfs b/update-initramfs index f4323b7..909e359 100755 --- a/update-initramfs +++ b/update-initramfs @@ -222,9 +222,11 @@ run_bootloader() fi if [ -r /etc/zipl.conf ]; then zipl + return 0 fi if flash-kernel --supported >/dev/null 2>&1; then flash-kernel ${version} + return 0 fi } |