summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 6fca7439a1..18aeb7f5f0 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -198,7 +198,9 @@ class BaseConfig(object):
198 self.snapshot = False 198 self.snapshot = False
199 self.wictypes = ('wic', 'wic.vmdk', 'wic.qcow2', 'wic.vdi', "wic.vhd", "wic.vhdx") 199 self.wictypes = ('wic', 'wic.vmdk', 'wic.qcow2', 'wic.vdi', "wic.vhd", "wic.vhdx")
200 self.fstypes = ('ext2', 'ext3', 'ext4', 'jffs2', 'nfs', 'btrfs', 200 self.fstypes = ('ext2', 'ext3', 'ext4', 'jffs2', 'nfs', 'btrfs',
201 'cpio.gz', 'cpio', 'ramfs', 'tar.bz2', 'tar.gz') 201 'cpio.gz', 'cpio', 'ramfs', 'tar.bz2', 'tar.gz',
202 'squashfs', 'squashfs-xz', 'squashfs-lzo',
203 'squashfs-lz4', 'squashfs-zst')
202 self.vmtypes = ('hddimg', 'iso') 204 self.vmtypes = ('hddimg', 'iso')
203 self.fsinfo = {} 205 self.fsinfo = {}
204 self.network_device = "-device e1000,netdev=net0,mac=@MAC@" 206 self.network_device = "-device e1000,netdev=net0,mac=@MAC@"