Update download link for Alpine Virt appliance

This commit is contained in:
grossmj 2022-10-03 22:07:44 +02:00
parent 57ded83559
commit 527a3deb93
3 changed files with 7 additions and 7 deletions

View File

@ -28,10 +28,10 @@
{
"filename": "alpine-virt-3.16.img",
"version": "3.16",
"md5sum": "1d7d2790221144667d7e550cfe30972a",
"md5sum": "ce90ff64b8f8e5860c49ea4a038e54cc",
"filesize": 96468992,
"download_url": "https://drive.google.com/file/d/1xWGEMez7R9RVq2-c3qnypkt0t5Sxq2KD/view?usp=sharing",
"direct_download_url": "https://drive.google.com/uc?export=download&id=1xWGEMez7R9RVq2-c3qnypkt0t5Sxq2KD"
"download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
"direct_download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/alpine-virt-3.16.img/download"
}
],
"versions": [

View File

@ -4,13 +4,13 @@ This is the bare version of `Alpine Linux` installed from iso, no extra package
Build in 1m12s on `macOS Monterey`.
### Linux (untested)
### Linux (tested)
```bash
packer build alpine.json
```
> :information_source: Uses `tcg` QEMU accelerator.
> :information_source: Uses `kvm` QEMU accelerator.
### macOS (tested)
@ -19,4 +19,4 @@ packer build alpine.json
packer build -var-file macos.json alpine.json
```
> :information_source: Uses `hvf` QEMU accelerator. Actually much much faster than the default one, `packer` will fail on `macOS` without `hvf` (timing issue).
> :information_source: Uses `hvf` QEMU accelerator. `Packer` will fail on `macOS` without `hvf` (timing issue).

View File

@ -1,6 +1,6 @@
{
"variables": {
"accelerator": "tcg"
"accelerator": "kvm"
},
"builders": [
{