diff options
Diffstat (limited to 'content/articles/alpine-installation.md')
-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 |