Skip to content

Commit 0348a9f

Browse files
Merge pull request #204 from jacobweinstock/update-capt-doc
Update CAPT doc: ## Description <!--- Please describe what this PR is going to change --> I found there was some missing requirements to get everything working. ## Why is this needed <!--- Link to issue you have raised --> Fixes: # ## How Has This Been Tested? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## How are existing users impacted? What migration steps/scripts do we need? <!--- Fixes a bug, unblocks installation, removes a component of the stack etc --> <!--- Requires a DB migration script, etc. --> ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents 9b39e81 + 06fde1d commit 0348a9f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

capt/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Start by reviewing and installing the [prerequisites](#prerequisites) and unders
1010

1111
## Prerequisites
1212

13+
### Operating System
14+
15+
This playground has only been tested on Ubuntu 22.04 LTS. If you are using a virtual machine, ensure that you have hardware virtualization enabled.
16+
1317
### Binaries
1418

1519
- [Libvirtd](https://wiki.debian.org/KVM) >= libvirtd (libvirt) 8.0.0
@@ -22,6 +26,14 @@ Start by reviewing and installing the [prerequisites](#prerequisites) and unders
2226
- [yq](https://github.com/mikefarah/yq/#install) >= v4.44.2
2327
- [task](https://taskfile.dev/installation/) >= 3.37.2
2428

29+
### Packages
30+
31+
The `ovmf` package is required for the libvirt VMs to run properly. OVMF is a port of Intel's tianocore firmware to the qemu virtual machine. Install it with the following command.
32+
33+
```bash
34+
sudo apt install ovmf
35+
```
36+
2537
### Hardware
2638

2739
- at least 60GB of free and very fast disk space (etcd is very disk I/O sensitive)

0 commit comments

Comments
 (0)