diff options
Diffstat (limited to 'meta/recipes-core/initrdscripts')
-rw-r--r-- | meta/recipes-core/initrdscripts/initramfs-framework/setup-live | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/setup-live b/meta/recipes-core/initrdscripts/initramfs-framework/setup-live index ec4a139084..591c93a962 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 | |||
49 | done | 49 | done |
50 | # The existing rootfs module has no support for rootfs images. Assign the rootfs image. | 50 | # The existing rootfs module has no support for rootfs images. Assign the rootfs image. |
51 | bootparam_root="/run/media/$ROOT_DISK/$ISOLINUX/$ROOT_IMAGE" | 51 | bootparam_root="/run/media/$ROOT_DISK/$ISOLINUX/$ROOT_IMAGE" |
52 | else | ||
53 | break | ||
54 | fi | 52 | fi |
55 | 53 | ||
56 | if [ "$bootparam_LABEL" != "boot" -a -f /init.d/$bootparam_LABEL.sh ] ; then | 54 | if [ "$bootparam_LABEL" != "boot" -a -f /init.d/$bootparam_LABEL.sh ] ; then |