From d3dd280d5525c516d0bf13be711a293dbd5c9feb Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Mon, 6 May 2024 11:16:49 +0200 Subject: Update permanently redirected external links --- posts/autoinstall-openbsd-on-qemu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'posts/autoinstall-openbsd-on-qemu.md') diff --git a/posts/autoinstall-openbsd-on-qemu.md b/posts/autoinstall-openbsd-on-qemu.md index 578bd24..8e682c2 100644 --- a/posts/autoinstall-openbsd-on-qemu.md +++ b/posts/autoinstall-openbsd-on-qemu.md @@ -199,10 +199,10 @@ Then, we start a virtual machine --- and thus the unattended installation of Ope -nographic Let's break this last command down. -The `-enable-kvm` option enables the Linux [Kernel-based Virtual Machine (KVM)](https://www.linux-kvm.org/) support. +The `-enable-kvm` option enables the Linux [Kernel-based Virtual Machine (KVM)](https://linux-kvm.org/page/Main_Page) support. The `-smp` option instructs QEMU to simulate a [symmetric multiprocessing (SMP)](https://en.wikipedia.org/w/index.php?title=Symmetric_multiprocessing&oldid=951686602) system. The `-m` option sets the amount of virtual memory. -The `-drive` option attaches the previously created copy-on-write disk image as a [Virtio](https://wiki.libvirt.org/page/Virtio) disk drive. +The `-drive` option attaches the previously created copy-on-write disk image as a [Virtio](https://wiki.libvirt.org/Virtio.html) disk drive. The `-device` option attaches a standard network adapter. The `-netdev` option configures a virtual network `10.0.2.0/24` where `10.0.2.2` and `10.0.2.15` point to the QEMU host and guest respectively. Moreover, we instruct QEMU to (a) run an embedded TFTP server at `10.0.2.1`, (b) redirect port 2222 on the host to port 22 on the guest, and (c) redirect port 80 on the virtual host address `10.0.2.1` to port 8080 on the host. -- cgit v1.2.3