From df1f220f29204ec1ff2d7ec90729c0bc9a881811 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 24 Dec 2023 13:40:13 +0100 Subject: articles: Switch to Alpine Linux version 3.19.0 --- content/articles/alpine-installation.md | 4 ++-- 1 file 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 -- cgit v1.2.3-70-g09d2