[OE-core] [PATCH] initramfs-framework/setup-live: remove superfluous break

California Sullivan california.l.sullivan at intel.com
Fri Jul 28 22:20:02 UTC 2017


This causes us to fall out of the module setup/run loop in the base init
script should "root=" be defined, causing a boot failure.

Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
---
 meta/recipes-core/initrdscripts/initramfs-framework/setup-live | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/setup-live b/meta/recipes-core/initrdscripts/initramfs-framework/setup-live
index ec4a139..591c93a 100644
--- a/meta/recipes-core/initrdscripts/initramfs-framework/setup-live
+++ b/meta/recipes-core/initrdscripts/initramfs-framework/setup-live
@@ -49,8 +49,6 @@ shelltimeout=30
 		done
 		# The existing rootfs module has no support for rootfs images. Assign the rootfs image.
 		bootparam_root="/run/media/$ROOT_DISK/$ISOLINUX/$ROOT_IMAGE"
-	else
-		break
 	fi
 
 	if [ "$bootparam_LABEL" != "boot" -a -f /init.d/$bootparam_LABEL.sh ] ; then
-- 
2.9.4




More information about the Openembedded-core mailing list