diff --git a/appliances/alpine-linux-virt.gns3a b/appliances/alpine-linux-virt.gns3a index 0060415..d7c2883 100644 --- a/appliances/alpine-linux-virt.gns3a +++ b/appliances/alpine-linux-virt.gns3a @@ -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": [ diff --git a/packer/alpine-linux-virt/README.md b/packer/alpine-linux-virt/README.md index f2a4868..0405ca5 100644 --- a/packer/alpine-linux-virt/README.md +++ b/packer/alpine-linux-virt/README.md @@ -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). diff --git a/packer/alpine-linux-virt/alpine.json b/packer/alpine-linux-virt/alpine.json index 92e486a..de1718c 100644 --- a/packer/alpine-linux-virt/alpine.json +++ b/packer/alpine-linux-virt/alpine.json @@ -1,6 +1,6 @@ { "variables": { - "accelerator": "tcg" + "accelerator": "kvm" }, "builders": [ {