diff options
Diffstat (limited to 'docs/bsd')
-rw-r--r-- | docs/bsd/freebsd.md | 16 | ||||
-rw-r--r-- | docs/bsd/netbsd.md | 16 | ||||
-rw-r--r-- | docs/bsd/openbsd.md | 16 |
3 files changed, 24 insertions, 24 deletions
diff --git a/docs/bsd/freebsd.md b/docs/bsd/freebsd.md index be607260..b442d49e 100644 --- a/docs/bsd/freebsd.md +++ b/docs/bsd/freebsd.md @@ -62,17 +62,17 @@ If you downloaded your ISO on a LibertyBSD or OpenBSD system, here is how to create the bootable FreeBSD USB drive: Connect the USB drive. Check dmesg:\ -**$ dmesg | tail**\ + $ dmesg | tail Check to confirm which drive it is, for example, if you think its sd3:\ **$ disklabel sd3** Check that it wasn't automatically mounted. If it was, unmount it. For example:\ -**$ doas umount /dev/sd3i**\ + $ doas umount /dev/sd3i dmesg told you what device it is. Overwrite the drive, writing the FreeBSD installer to it with dd. For example:\ -**$ doas dd if=freebsd.img of=/dev/rsdXc bs=1M; sync**\ + $ doas dd if=freebsd.img of=/dev/rsdXc bs=1M; sync You should now be able to boot the installer from your USB drive. Continue reading, for information about how to do that. @@ -85,18 +85,18 @@ If you downloaded your ISO on a GNU+Linux system, here is how to create the bootable FreeBSD USB drive: Connect the USB drive. Check dmesg:\ -**$ dmesg**\ + $ dmesg Check lsblk to confirm which drive it is:\ **$ lsblk** Check that it wasn't automatically mounted. If it was, unmount it. For example:\ -**$ sudo umount /dev/sdX***\ + $ sudo umount /dev/sdX* **\# umount /dev/sdX*** dmesg told you what device it is. Overwrite the drive, writing your distro ISO to it with dd. For example:\ -**$ sudo dd if=freebsd.img of=/dev/sdX bs=8M; sync**\ + $ sudo dd if=freebsd.img of=/dev/sdX bs=8M; sync **\# dd if=freebsd.img of=/dev/sdX bs=8M; sync** You should now be able to boot the installer from your USB drive. @@ -110,8 +110,8 @@ Installing FreeBSD without full disk encryption Press C in GRUB to access the command line: -grub> **kfreebsd (usb0,gpt3)/boot/kernel/kernel**\ -grub> **set FreeBSD.vfs.mountfrom=ufs:/dev/da1p3**\ +grub> kfreebsd (usb0,gpt3)/boot/kernel/kernel +grub> set FreeBSD.vfs.mountfrom=ufs:/dev/da1p3 grub> **boot** It will start booting into the FreeBSD installer. Follow the normal diff --git a/docs/bsd/netbsd.md b/docs/bsd/netbsd.md index 821d7fb9..92204878 100644 --- a/docs/bsd/netbsd.md +++ b/docs/bsd/netbsd.md @@ -58,17 +58,17 @@ If you downloaded your ISO on a LibertyBSD or NetBSD system, here is how to create the bootable NetBSD USB drive: Connect the USB drive. Check dmesg:\ -**$ dmesg | tail**\ + $ dmesg | tail Check to confirm which drive it is, for example, if you think its sd3:\ **$ disklabel sd3** Check that it wasn't automatically mounted. If it was, unmount it. For example:\ -**$ doas umount /dev/sd3i**\ + $ doas umount /dev/sd3i dmesg told you what device it is. Overwrite the drive, writing the NetBSD installer to it with dd. For example:\ -**$ doas netbsd.iso of=/dev/rsdXc bs=1M; sync**\ + $ doas netbsd.iso of=/dev/rsdXc bs=1M; sync You should now be able to boot the installer from your USB drive. Continue reading, for information about how to do that. @@ -81,18 +81,18 @@ If you downloaded your ISO on a GNU+Linux system, here is how to create the bootable NetBSD USB drive: Connect the USB drive. Check dmesg:\ -**$ dmesg**\ + $ dmesg Check lsblk to confirm which drive it is:\ **$ lsblk** Check that it wasn't automatically mounted. If it was, unmount it. For example:\ -**$ sudo umount /dev/sdX***\ + $ sudo umount /dev/sdX* **\# umount /dev/sdX*** dmesg told you what device it is. Overwrite the drive, writing your distro ISO to it with dd. For example:\ -**$ sudo dd if=install60.fs of=/dev/sdX bs=8M; sync**\ + $ sudo dd if=install60.fs of=/dev/sdX bs=8M; sync **\# dd if=netbsd.iso of=/dev/sdX bs=8M; sync** You should now be able to boot the installer from your USB drive. @@ -107,7 +107,7 @@ Installing NetBSD without full disk encryption You might have to use an external USB keyboard during the installation. Press C to access the GRUB terminal. -grub> **knetbsd -r sd0a (usb0,netbsd1)/netbsd**\ +grub> knetbsd -r sd0a (usb0,netbsd1)/netbsd grub> **boot** It will start booting into the NetBSD installer. Follow the normal @@ -129,7 +129,7 @@ Booting Press C in GRUB to access the command line: -grub> **knetbsd -r wd0a (ahci0,netbsd1)/netbsd**\ +grub> knetbsd -r wd0a (ahci0,netbsd1)/netbsd grub> **boot** NetBSD will start booting. Yay! diff --git a/docs/bsd/openbsd.md b/docs/bsd/openbsd.md index 92c18128..fdfd99d2 100644 --- a/docs/bsd/openbsd.md +++ b/docs/bsd/openbsd.md @@ -40,17 +40,17 @@ If you downloaded your ISO on a LibertyBSD or OpenBSD system, here is how to create the bootable LibertyBSD/OpenBSD USB drive: Connect the USB drive. Check dmesg:\ -**$ dmesg | tail**\ + $ dmesg | tail Check to confirm which drive it is, for example, if you think its sd3:\ **$ disklabel sd3** Check that it wasn't automatically mounted. If it was, unmount it. For example:\ -**$ doas umount /dev/sd3i**\ + $ doas umount /dev/sd3i dmesg told you what device it is. Overwrite the drive, writing the OpenBSD installer to it with dd. For example:\ -**$ doas dd if=install60.fs of=/dev/rsdXc bs=1M; sync**\ + $ doas dd if=install60.fs of=/dev/rsdXc bs=1M; sync You should now be able to boot the installer from your USB drive. Continue reading, for information about how to do that. @@ -80,18 +80,18 @@ If you downloaded your ISO on a GNU+Linux system, here is how to create the bootable OpenBSD USB drive: Connect the USB drive. Check dmesg:\ -**$ dmesg**\ + $ dmesg Check lsblk to confirm which drive it is:\ **$ lsblk** Check that it wasn't automatically mounted. If it was, unmount it. For example:\ -**$ sudo umount /dev/sdX***\ + $ sudo umount /dev/sdX* **\# umount /dev/sdX*** dmesg told you what device it is. Overwrite the drive, writing your distro ISO to it with dd. For example:\ -**$ sudo dd if=install60.fs of=/dev/sdX bs=8M; sync**\ + $ sudo dd if=install60.fs of=/dev/sdX bs=8M; sync **\# dd if=install60.fs of=/dev/sdX bs=8M; sync** You should now be able to boot the installer from your USB drive. @@ -105,7 +105,7 @@ Installing OpenBSD without full disk encryption Press C in GRUB to access the command line: -grub> **kopenbsd (usb0,openbsd1)/6.0/amd64/bsd.rd**\ +grub> kopenbsd (usb0,openbsd1)/6.0/amd64/bsd.rd grub> **boot** It will start booting into the OpenBSD installer. Follow the normal @@ -150,7 +150,7 @@ Booting Press C in GRUB to access the command line: -grub> **kopenbsd -r sd0a (ahci0,openbsd1)/bsd**\ +grub> kopenbsd -r sd0a (ahci0,openbsd1)/bsd grub> **boot** OpenBSD will start booting. Yay! |