diff options
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 0a9cb946bf..203992a1ad 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -926,7 +926,7 @@ class BaseConfig(object): | |||
926 | 926 | ||
927 | check_libgl(qemu_bin) | 927 | check_libgl(qemu_bin) |
928 | 928 | ||
929 | self.qemu_opt = "%s %s %s %s %s" % (qemu_bin, self.get('NETWORK_CMD'), self.qemu_opt_script, self.get('ROOTFS_OPTIONS'), self.get('QB_OPT_APPEND')) | 929 | self.qemu_opt = "%s %s %s %s %s" % (qemu_bin, self.get('NETWORK_CMD'), self.get('ROOTFS_OPTIONS'), self.get('QB_OPT_APPEND'), self.qemu_opt_script) |
930 | 930 | ||
931 | if self.snapshot: | 931 | if self.snapshot: |
932 | self.qemu_opt += " -snapshot" | 932 | self.qemu_opt += " -snapshot" |