Updated freebsd remote install documentation

This commit is contained in:
Julien Dessaux 2022-08-31 23:15:09 +02:00
parent de7791d148
commit 8945613d91
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -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
```