From c327689d1a2f1620e63f0f5fb8264e106444c644 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Tue, 22 Jun 2010 12:10:53 +0200 Subject: update-initramfs: run_bootloader() return after zipl and flash-kernel Spotted by mika, that those returns where missing. Signed-off-by: maximilian attems --- update-initramfs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'update-initramfs') 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 } -- cgit v1.2.3