gns3-registry/packer/alpine-linux-virt/README.md

23 lines
471 B
Markdown
Raw Normal View History

2022-09-30 12:27:46 +00:00
# Packer for Alpine (Virt) GNS3 appliance
This is the bare version of `Alpine Linux` installed from iso, no extra package added.
Build in 1m12s on `macOS Monterey`.
### Linux (tested)
2022-09-30 12:27:46 +00:00
```bash
packer build alpine.json
```
> :information_source: Uses `kvm` QEMU accelerator.
2022-09-30 12:27:46 +00:00
### macOS (tested)
```bash
packer build -var-file macos.json alpine.json
```
> :information_source: Uses `hvf` QEMU accelerator. `Packer` will fail on `macOS` without `hvf` (timing issue).