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`.
|
|
|
|
|
2022-10-03 20:07:44 +00:00
|
|
|
### Linux (tested)
|
2022-09-30 12:27:46 +00:00
|
|
|
|
|
|
|
```bash
|
|
|
|
packer build alpine.json
|
|
|
|
```
|
|
|
|
|
2022-10-03 20:07:44 +00:00
|
|
|
> :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
|
|
|
|
```
|
|
|
|
|
2022-10-03 20:07:44 +00:00
|
|
|
> :information_source: Uses `hvf` QEMU accelerator. `Packer` will fail on `macOS` without `hvf` (timing issue).
|