summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index a57fe794dc..827300080a 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -198,8 +198,9 @@ class BaseConfig(object):
198 self.bitbake_e = '' 198 self.bitbake_e = ''
199 self.snapshot = False 199 self.snapshot = False
200 self.wictypes = ('wic.zst', 'wic', 'wic.vmdk', 'wic.qcow2', 'wic.vdi', "wic.vhd", "wic.vhdx") 200 self.wictypes = ('wic.zst', 'wic', 'wic.vmdk', 'wic.qcow2', 'wic.vdi', "wic.vhd", "wic.vhdx")
201 self.fstypes = ('ext2', 'ext3', 'ext4', 'jffs2', 'nfs', 'btrfs', 201 self.fstypes = ('ext2', 'ext3', 'ext4', 'ext2.zst', 'ext3.zst', 'ext4.zst',
202 'cpio.gz', 'cpio', 'ramfs', 'tar.bz2', 'tar.gz', 202 'jffs2', 'nfs', 'btrfs', 'cpio.gz', 'cpio', 'ramfs',
203 'tar.bz2', 'tar.gz', 'tar.zst',
203 'squashfs', 'squashfs-xz', 'squashfs-lzo', 204 'squashfs', 'squashfs-xz', 'squashfs-lzo',
204 'squashfs-lz4', 'squashfs-zst') 205 'squashfs-lz4', 'squashfs-zst')
205 self.vmtypes = ('hddimg', 'iso') 206 self.vmtypes = ('hddimg', 'iso')