summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/initrdscripts/files/init-live.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/initrdscripts/files/init-live.sh b/meta/recipes-core/initrdscripts/files/init-live.sh
index 0be9b6fb48..28219641a4 100644
--- a/meta/recipes-core/initrdscripts/files/init-live.sh
+++ b/meta/recipes-core/initrdscripts/files/init-live.sh
@@ -220,4 +220,8 @@ case $label in
220 # If we're getting here, we failed... 220 # If we're getting here, we failed...
221 fatal "Installation image failed" 221 fatal "Installation image failed"
222 ;; 222 ;;
223 *)
224 # Not sure what boot label is provided. Try to boot to avoid locking up.
225 mount_and_boot
226 ;;
223esac 227esac