Skip to content

Commit

Permalink
Change: refactoring the zapper_kvm readme
Browse files Browse the repository at this point in the history
  • Loading branch information
p-gentili committed Aug 5, 2024
1 parent 67f282f commit 0512b27
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Zapper-driven provisioning method that makes use of KVM assertions and actions.

Support for vanilla Ubuntu is provided by [autoinstall](https://canonical-subiquity.readthedocs-hosted.com/en/latest/intro-to-autoinstall.html). Supported Ubuntu versions are:

- Core24 (experimental)
- Desktop >= 23.04
- Server >= 20.04
- UC24 (experimental)

Unless specified via _autoinstall_ storage filter, the tool will select the largest storage device on the DUT. See [supported layouts](https://canonical-subiquity.readthedocs-hosted.com/en/latest/reference/autoinstall-reference.html#supported-layouts) for more information.

Expand All @@ -18,11 +18,11 @@ Unless specified via _autoinstall_ storage filter, the tool will select the larg
- __url__: URL to the image to install
- __username__: username to configure
- __password__: password to configure
- **storage_layout**: can be either `lvm`, `direct`, `zfs` or `hybrid` (Core, Desktop 23.10+)
- **robot_tasks**: list of Zapper Robot tasks to run after a hard reset in order to follow the `autoinstall` installation
- **cmdline_append** (optional): kernel parameters to append at the end of GRUB entry cmdline
- **base_user_data** (optional): a string containing base64 encoded autoinstall user-data to use as base for provisioning, it should be validated against [this schema](https://canonical-subiquity.readthedocs-hosted.com/en/latest/reference/autoinstall-schema.html)
- __autoinstall_oem__: Set to "true" to install OEM meta-packages and the reset partition (Desktop 24.04+)
- __storage_layout__: can be either `lvm`, `direct`, `zfs` or `hybrid` (Desktop 23.10+, UC24)
- __robot_tasks__: list of Zapper Robot tasks to run after a hard reset in order to follow the `autoinstall` installation
- __cmdline_append__ (optional): kernel parameters to append at the end of GRUB entry cmdline
- __base_user_data__ (optional): a string containing base64 encoded autoinstall user-data to use as base for provisioning, it should be validated against [this schema](https://canonical-subiquity.readthedocs-hosted.com/en/latest/reference/autoinstall-schema.html)
- __autoinstall_oem__: (optional): set to "true" to install OEM meta-packages and the reset partition (Desktop 24.04+)

## Ubuntu Desktop 22.04 OEM

Expand All @@ -42,7 +42,7 @@ The tool will select the storage device with the following priority:
- __alloem_url__: URL to the `alloem` image
- __url__ (optional): URL to the image to test, will be installed via the OEM script
- __password__: password to configure
- **robot_tasks**: list of Zapper Robot tasks to run after a hard reset in order to follow the `alloem` installation
- __robot_tasks__: list of Zapper Robot tasks to run after a hard reset in order to follow the `alloem` installation

## Live ISO

Expand Down

0 comments on commit 0512b27

Please sign in to comment.