Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

adt-virt-qemu

adt-virt-qemu -V (return code: 2)

usage: adt-virt-qemu [-h] [-q QEMU_COMMAND] [-o OVERLAY_DIR] [-u USER]
                     [-p PASSWORD] [-c CPUS] [--ram-size RAM_SIZE]
                     [--timeout-reboot SECONDS] [--show-boot] [-d]
                     [--qemu-options QEMU_OPTIONS]
                     image [image ...]
adt-virt-qemu: error: the following arguments are required: image
adt-virt-qemu --help (return code: 0)

usage: adt-virt-qemu [-h] [-q QEMU_COMMAND] [-o OVERLAY_DIR] [-u USER]
                     [-p PASSWORD] [-c CPUS] [--ram-size RAM_SIZE]
                     [--timeout-reboot SECONDS] [--show-boot] [-d]
                     [--qemu-options QEMU_OPTIONS]
                     image [image ...]

positional arguments:
  image                 disk image to add to the VM (in order)

optional arguments:
  -h, --help            show this help message and exit
  -q QEMU_COMMAND, --qemu-command QEMU_COMMAND
                        QEMU command (default: qemu-system-x86_64)
  -o OVERLAY_DIR, --overlay-dir OVERLAY_DIR
                        Temporary overlay directory (default: in /tmp)
  -u USER, --user USER  user to log into the VM on ttyS0 (must be able to sudo
                        if not "root")
  -p PASSWORD, --password PASSWORD
                        password for user to log into the VM on ttyS0
  -c CPUS, --cpus CPUS  Number of (virtual) CPUs in the VM (default: 1)
  --ram-size RAM_SIZE   VM RAM size in MiB (default: 1024)
  --timeout-reboot SECONDS
                        timeout for waiting for reboot (default: 60s)
  --show-boot           Show boot messages from serial console
  -d, --debug           Enable debugging output
  --qemu-options QEMU_OPTIONS
                        Pass through arguments to QEMU command.
Path

Comments

Popular posts from this blog

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

PostgreSQL Introduction

ERROR: operator does not exist: text ->> unknown LINE 1: ...stomer' as customer_name,sales_info ->>'PRODUCTS' ->>'produc... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.