diff options
author | xengineering <me@xengineering.eu> | 2023-12-24 13:40:13 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-12-24 13:40:44 +0100 |
commit | df1f220f29204ec1ff2d7ec90729c0bc9a881811 (patch) | |
tree | 6a75e2b7bac7c258b3b5ff886ace26533538c17c | |
parent | d2a0049a3e627a46e4fd280eac95a474e3ac55f0 (diff) | |
download | website-df1f220f29204ec1ff2d7ec90729c0bc9a881811.tar website-df1f220f29204ec1ff2d7ec90729c0bc9a881811.tar.zst website-df1f220f29204ec1ff2d7ec90729c0bc9a881811.zip |
articles: Switch to Alpine Linux version 3.19.0
-rw-r--r-- | content/articles/alpine-installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/articles/alpine-installation.md b/content/articles/alpine-installation.md index f3144fa..5a5890f 100644 --- a/content/articles/alpine-installation.md +++ b/content/articles/alpine-installation.md @@ -35,7 +35,7 @@ An Alpine Linux image file is required for the first run of the virtual machine. They can be obtained on the [Alpine Linux download page](https://alpinelinux.org/downloads/). -For this article the image `alpine-standard-3.18.4-x86_64.iso` was selected. To +For this article the image `alpine-standard-3.19.0-x86_64.iso` was selected. To start QEMU with the created `vm.qcow2` disk connected and the Alpine image file inserted the following command is used: @@ -47,7 +47,7 @@ qemu-system-x86_64 \ -drive file=vm.qcow2,media=disk,if=virtio \ -smp cpus=4 \ -display sdl \ - -cdrom alpine-standard-3.18.4-x86_64.iso + -cdrom alpine-standard-3.19.0-x86_64.iso ``` After booting this the live system has to be prepared. For this purpose one can |