aboutsummaryrefslogtreecommitdiffhomepage
path: root/posts/openbsd-linveo.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-12-30 15:49:33 -0500
committerBradley Taunt <bt@btxx.org>2024-12-30 15:49:33 -0500
commitae65fb1d28d79a8bb6d2bc12f7eb29779a79419e (patch)
treea1b0390d406f37d57d0800685997b5e4ea1d6883 /posts/openbsd-linveo.md
parentec440f201ee8ddffbb12f9b40120fb5ffa796b40 (diff)
Minor styling cleanup, link fixes
Diffstat (limited to 'posts/openbsd-linveo.md')
-rw-r--r--posts/openbsd-linveo.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/posts/openbsd-linveo.md b/posts/openbsd-linveo.md
index 54af190..526ae3a 100644
--- a/posts/openbsd-linveo.md
+++ b/posts/openbsd-linveo.md
@@ -2,7 +2,7 @@
2024-10-21
-I recently came across an amazing deal for a VPS on [Linveo](https://linveo.com). For just $15 a year they provide:
+I recently came across an amazing deal for a VPS on [Linveo](https://billing.linveo.com/order/forms/a/MTM4Ng==). For just $15 a year they provide:
- AMD KVM 1GB
- 1024 MB RAM
@@ -17,9 +17,11 @@ It's a pretty [great deal](https://lowendtalk.com/discussion/193886/linveo-com-a
Once you have your initial VPS up and running, login to the main dashboard and navigate to the **Media** tab. Under CD/DVD-ROM you'll want to click "Custom CD/DVD" and enter the direct link to the `install76.iso`:
~~~sh
-https://cdn.openbsd.org/pub/OpenBSD/7.6/amd64/install76.iso
+https://cdn.openbsd.org/pub/OpenBSD/7.6/i386/install76.iso
~~~
+> Note: you will need to use the `i386` build in order for this to work
+
<figure>
<img src="/public/images/linveo-1.png" alt="The Linveo Media Dashboard">
<figcaption>The "Media" tab of the Linveo Dashboard. Use the official ISO link and set the Boot Order to CD/DVD.</figcaption>