Compare commits
4 Commits
5564f8c2ef
...
f1f5c4ff8d
| Author | SHA1 | Date |
|---|---|---|
|
|
f1f5c4ff8d | |
|
|
d42a3dbda3 | |
|
|
42c6557c5f | |
|
|
1b55c6e7e5 |
|
|
@ -589,6 +589,12 @@ Create your personal image using `:latest` or `big-sur`. Then, pull the image ou
|
|||
## Initial setup
|
||||
Before you do anything else, you will need to turn on hardware virtualization in your BIOS. Precisely how will depend on your particular machine (and BIOS), but it should be straightforward.
|
||||
|
||||
Depending on your installation, you might need to update package manager:
|
||||
|
||||
```bash
|
||||
sudo apt-get update
|
||||
```
|
||||
|
||||
Then, you'll need QEMU and some other dependencies on your host:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue