diff options
| author | lbonn <lbonn@users.noreply.github.com> | 2019-07-19 17:21:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-19 17:21:35 +0200 |
| commit | 24e941d1296e960ed75206aab01d73d29d91506f (patch) | |
| tree | 0c7bbfeb588a5c93efd0a9e458273deb078cc365 /scripts/run-qemu-ota | |
| parent | 1c049cbaec927971b0425e608b68551a4d2b898b (diff) | |
| parent | ba1c931dde251637f2718e33532f7e469954470f (diff) | |
| download | meta-updater-24e941d1296e960ed75206aab01d73d29d91506f.tar.gz | |
Ci on thud (#542)
Ci on thud
Diffstat (limited to 'scripts/run-qemu-ota')
| -rwxr-xr-x | scripts/run-qemu-ota | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/run-qemu-ota b/scripts/run-qemu-ota index b2f55e9..de63297 100755 --- a/scripts/run-qemu-ota +++ b/scripts/run-qemu-ota | |||
| @@ -26,6 +26,7 @@ def main(): | |||
| 26 | dest='kvm', action='store_true', default=None) | 26 | dest='kvm', action='store_true', default=None) |
| 27 | kvm_group.add_argument('--no-kvm', help='Disable KVM in QEMU', | 27 | kvm_group.add_argument('--no-kvm', help='Disable KVM in QEMU', |
| 28 | dest='kvm', action='store_false') | 28 | dest='kvm', action='store_false') |
| 29 | parser.add_argument('--mem', default=None, help="Amount of memory the machine boots with") | ||
| 29 | parser.add_argument('--no-gui', help='Disable GUI', action='store_true') | 30 | parser.add_argument('--no-gui', help='Disable GUI', action='store_true') |
| 30 | parser.add_argument('--gdb', help='Export gdbserver port 2159 from the image', action='store_true') | 31 | parser.add_argument('--gdb', help='Export gdbserver port 2159 from the image', action='store_true') |
| 31 | parser.add_argument('--pcap', default=None, help='Dump all network traffic') | 32 | parser.add_argument('--pcap', default=None, help='Dump all network traffic') |
