diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-12-04 17:37:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-04 17:37:35 +0100 |
commit | 2db28bc006819eacb8a6cd8d178f82a9fa0d62f1 (patch) | |
tree | b26162c116f2e1b601fc780ec36cb50814c19730 /scripts/run-qemu-ota | |
parent | 2035b9c38b7c1118ecc390c5c7427cfca5b5b489 (diff) | |
parent | a1d5e04952725f64e268aa12b089841825a5f2b5 (diff) | |
download | meta-updater-2db28bc006819eacb8a6cd8d178f82a9fa0d62f1.tar.gz |
Merge pull request #638 from advancedtelematic/feat/custom-uboot
Add --uboot flag to specify path to a custom u-boot rom.
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 232ee11..e2a4103 100755 --- a/scripts/run-qemu-ota +++ b/scripts/run-qemu-ota | |||
@@ -20,6 +20,7 @@ def main(): | |||
20 | help='Boot using UEFI rather than U-Boot. This requires the image to be built with ' + | 20 | help='Boot using UEFI rather than U-Boot. This requires the image to be built with ' + |
21 | 'OSTREE_BOOTLOADER = "grub" and OVMF.fd firmware to be installed (try "apt install ovmf")', | 21 | 'OSTREE_BOOTLOADER = "grub" and OVMF.fd firmware to be installed (try "apt install ovmf")', |
22 | action='store_true') | 22 | action='store_true') |
23 | parser.add_argument('--bootloader', default=None, help="Path to bootloader, e.g. a u-boot ROM") | ||
23 | parser.add_argument('--machine', default=None, help="Target MACHINE") | 24 | parser.add_argument('--machine', default=None, help="Target MACHINE") |
24 | kvm_group = parser.add_argument_group() | 25 | kvm_group = parser.add_argument_group() |
25 | kvm_group.add_argument('--force-kvm', help='Force use of KVM (default is to autodetect)', | 26 | kvm_group.add_argument('--force-kvm', help='Force use of KVM (default is to autodetect)', |