summaryrefslogtreecommitdiffstats
path: root/boot-env/preboot/uclib-rootfs/init
diff options
context:
space:
mode:
Diffstat (limited to 'boot-env/preboot/uclib-rootfs/init')
-rwxr-xr-xboot-env/preboot/uclib-rootfs/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot-env/preboot/uclib-rootfs/init b/boot-env/preboot/uclib-rootfs/init
index 7018a1e2..cff0d86f 100755
--- a/boot-env/preboot/uclib-rootfs/init
+++ b/boot-env/preboot/uclib-rootfs/init
@@ -149,7 +149,7 @@ else
fi
# run the preboot interactive part which finally will execute kexec
cd /preboot
-exec ./preboot.sh
+exec ./preboot.sh || sh
# we will never return from that one ...