From: California Sullivan Date: Fri, 28 Jul 2017 22:20:02 +0000 (-0700) Subject: initramfs-framework/setup-live: remove superfluous break X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20505 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f109da34a080c0d7cb86eaea1f7b6dfef3d04cb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git initramfs-framework/setup-live: remove superfluous break 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/setup-live b/meta/recipes-core/initrdscripts/initramfs-framework/setup-live index ec4a139084d..591c93a9622 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