diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 4079f2b17d..3aa74f3d6d 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -188,7 +188,7 @@ class BaseConfig(object): | |||
188 | self.wictypes = ('wic', 'wic.vmdk', 'wic.qcow2', 'wic.vdi') | 188 | self.wictypes = ('wic', 'wic.vmdk', 'wic.qcow2', 'wic.vdi') |
189 | self.fstypes = ('ext2', 'ext3', 'ext4', 'jffs2', 'nfs', 'btrfs', | 189 | self.fstypes = ('ext2', 'ext3', 'ext4', 'jffs2', 'nfs', 'btrfs', |
190 | 'cpio.gz', 'cpio', 'ramfs', 'tar.bz2', 'tar.gz') | 190 | 'cpio.gz', 'cpio', 'ramfs', 'tar.bz2', 'tar.gz') |
191 | self.vmtypes = ('hddimg', 'hdddirect', 'iso') | 191 | self.vmtypes = ('hddimg', 'iso') |
192 | self.fsinfo = {} | 192 | self.fsinfo = {} |
193 | self.network_device = "-device e1000,netdev=net0,mac=@MAC@" | 193 | self.network_device = "-device e1000,netdev=net0,mac=@MAC@" |
194 | # Use different mac section for tap and slirp to avoid | 194 | # Use different mac section for tap and slirp to avoid |