summaryrefslogtreecommitdiffstats
path: root/scripts/qemucommand.py
diff options
context:
space:
mode:
authorKostiantyn Bushko <kbushko@intellias.com>2020-01-23 10:54:45 +0200
committerKostiantyn Bushko <kbushko@intellias.com>2020-01-23 10:54:45 +0200
commit52f60c0dd1948d197cc051baa1b828521679c174 (patch)
tree47d5647d3e67cd403a5d4e45d01f90b0be941a4f /scripts/qemucommand.py
parentad01ab114dd83edda61c06aa01fd899c80ee0a68 (diff)
downloadmeta-updater-52f60c0dd1948d197cc051baa1b828521679c174.tar.gz
Fix default uboot-enable variable in qemu command scriptfeat/OTA-2937/non-ostree-build
Signed-off-by: Kostiantyn Bushko <kbushko@intellias.com>
Diffstat (limited to 'scripts/qemucommand.py')
-rw-r--r--scripts/qemucommand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemucommand.py b/scripts/qemucommand.py
index bd7b890..86b5b9f 100644
--- a/scripts/qemucommand.py
+++ b/scripts/qemucommand.py
@@ -41,7 +41,7 @@ def random_mac():
41class QemuCommand(object): 41class QemuCommand(object):
42 def __init__(self, args): 42 def __init__(self, args):
43 print(args) 43 print(args)
44 self.enable_u_boot = None 44 self.enable_u_boot = True
45 self.dry_run = args.dry_run 45 self.dry_run = args.dry_run
46 self.overlay = args.overlay 46 self.overlay = args.overlay
47 self.host_fwd = None 47 self.host_fwd = None