From: Richard Purdie Date: Thu, 19 Mar 2015 11:32:42 +0000 (+0000) Subject: scripts/runqemu: Allow FSTYPE to be changed from the environment X-Git-Tag: 2015-4~149 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c210430c24af6717aa955efe1afe9fc4d2d3f2a9;p=openembedded-core.git scripts/runqemu: Allow FSTYPE to be changed from the environment Currently its not possible to change FSTYPE from the environment but it would be useful to do so where multiple image types have been generated. This adds that possibility. Signed-off-by: Richard Purdie Signed-off-by: Ross Burton --- diff --git a/scripts/runqemu b/scripts/runqemu index 1277e82dd9..84ece4d7e4 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -62,7 +62,7 @@ MACHINE=${MACHINE:=""} KERNEL=${KERNEL:=""} ROOTFS=${ROOTFS:=""} VM=${VM:=""} -FSTYPE="" +FSTYPE=${FSTYPE:=""} LAZY_ROOTFS="" SCRIPT_QEMU_OPT="" SCRIPT_QEMU_EXTRA_OPT=""