aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJulien Dessaux2022-08-31 23:15:09 +0200
committerJulien Dessaux2022-08-31 23:15:09 +0200
commit8945613d917fac2c297a786f16b8da83608d44e0 (patch)
treef73cb87aebf9fd67e013881aabe359430d86b8fb /content
parentUpdate all qemu article to add host port forwarding (diff)
downloadwww-8945613d917fac2c297a786f16b8da83608d44e0.tar.gz
www-8945613d917fac2c297a786f16b8da83608d44e0.tar.bz2
www-8945613d917fac2c297a786f16b8da83608d44e0.zip
Updated freebsd remote install documentation
Diffstat (limited to 'content')
-rw-r--r--content/docs/freebsd/remote_install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/freebsd/remote_install.md b/content/docs/freebsd/remote_install.md
index 7fbf8fd..7412e9d 100644
--- a/content/docs/freebsd/remote_install.md
+++ b/content/docs/freebsd/remote_install.md
@@ -13,7 +13,7 @@ This article explains a simple method to install FreeBSD when all you have is a
First login as root on the linux you want to reinstall as Freebsd. Identify the disk device you want to install on, update the url below to the latest release you want and run :
```sh
-wget https://download.freebsd.org/ftp/releases/VM-IMAGES/13.0-RELEASE/amd64/Latest/FreeBSD-13.0-RELEASE-amd64.raw.xz \
+wget https://download.freebsd.org/ftp/releases/VM-IMAGES/13.1-RELEASE/amd64/Latest/FreeBSD-13.1-RELEASE-amd64.raw.xz \
-O - | xz -dc | dd of=/dev/vda bs=1M conv=fdatasync
```