Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyYakeley committed May 31, 2024
1 parent 9368250 commit d5146cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ These are the arguments:
* `name`: the libvirt name (string, required)
* `uuid`: the libvirt identifier (UUID string, required)
* `memory`: amount of RAM (set with `count` (integer) and `unit` (string) attributes, default `{ count = 2; unit = "GiB"; }`)
* `storage_vol`: source element or path to a QCOW2 volume for storage (set, string or path, required)
* `storage_vol`: source element or path to a QCOW2 volume for storage, or null (set, string or path, default `null`)
* `install_vol`: source element or path to an ISO image for an inserted CDROM, or null (set, string or path, default `null`)
* `virtio_net`: whether to use VirtIO for networking (faster, but may require special guest drivers) (bool, default `false`)
* `virtio_video`: whether to use VirtIO for graphics (bool, default `true`)
Expand All @@ -193,7 +193,7 @@ These are the arguments:
* `name`: the libvirt name (string, required)
* `uuid`: the libvirt identifier (UUID string, required)
* `memory`: amount of RAM (set with `count` (integer) and `unit` (string) attributes, default `{ count = 2; unit = "GiB"; }`)
* `storage_vol`: source element or path to a QCOW2 volume for storage (set, string or path, required)
* `storage_vol`: source element or path to a QCOW2 volume for storage, or null (set, string or path, default `null`)
* `install_vol`: source element or path to an ISO image for an inserted CDROM, or null (set, string or path, default `null`)
* `virtio_net`: whether to use VirtIO for networking (faster, but may require special guest drivers) (bool, default `false`)
* `virtio_video`: whether to use VirtIO for graphics (bool, default `true`)
Expand All @@ -208,7 +208,7 @@ These are the arguments:
* `name`: the libvirt name (string, required)
* `uuid`: the libvirt identifier (UUID string, required)
* `memory`: amount of RAM (set with `count` (integer) and `unit` (string) attributes, default `{ count = 4; unit = "GiB"; }`)
* `storage_vol`: source element or path to a QCOW2 volume for storage (set, string or path, required)
* `storage_vol`: source element or path to a QCOW2 volume for storage, or null (set, string or path, default `null`)
* `install_vol`: source element or path to an ISO image for an inserted CDROM, or null (set, string or path, default `null`)
* `virtio_video`: whether to use VirtIO for graphics (bool, default `true`)
* `virtio_drive`: whether to use VirtIO for the storage device (bool, default `true`)
Expand Down

0 comments on commit d5146cf

Please sign in to comment.