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