aboutsummaryrefslogtreecommitdiff
path: root/content/docs/freebsd/remote_install.md
diff options
context:
space:
mode:
authorJulien Dessaux2021-05-11 17:35:39 +0200
committerJulien Dessaux2021-05-11 17:35:39 +0200
commit8d1a05b7dc89698a15851c6e9b7b1e2b716114a7 (patch)
treece3e20dd9a915f44b9b6b77b7c3996415a3d4de0 /content/docs/freebsd/remote_install.md
parentAdded freebsd article (diff)
downloadwww-8d1a05b7dc89698a15851c6e9b7b1e2b716114a7.tar.gz
www-8d1a05b7dc89698a15851c6e9b7b1e2b716114a7.tar.bz2
www-8d1a05b7dc89698a15851c6e9b7b1e2b716114a7.zip
Page formatting
Diffstat (limited to 'content/docs/freebsd/remote_install.md')
-rw-r--r--content/docs/freebsd/remote_install.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/docs/freebsd/remote_install.md b/content/docs/freebsd/remote_install.md
index 27f7757..9846f50 100644
--- a/content/docs/freebsd/remote_install.md
+++ b/content/docs/freebsd/remote_install.md
@@ -11,7 +11,8 @@ 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 -O - | xz -dc | dd of=/dev/vda bs=1M conv=fdatasync
+wget https://download.freebsd.org/ftp/releases/VM-IMAGES/13.0-RELEASE/amd64/Latest/FreeBSD-13.0-RELEASE-amd64.raw.xz \
+ -O - | xz -dc | dd of=/dev/vda bs=1M conv=fdatasync
```
When all is done, force a reboot of your machine and connect to the remote console. Your FreeBSD system should boot and leave you with an authentication prompt. Just type in root (it will not ask for a password) and go through this post installation checklist :