diff options
Diffstat (limited to 'docs/bsd')
-rw-r--r-- | docs/bsd/freebsd.md | 1 | ||||
-rw-r--r-- | docs/bsd/netbsd.md | 1 | ||||
-rw-r--r-- | docs/bsd/openbsd.md | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/docs/bsd/freebsd.md b/docs/bsd/freebsd.md index f056b5b8..b524fb8d 100644 --- a/docs/bsd/freebsd.md +++ b/docs/bsd/freebsd.md @@ -79,6 +79,7 @@ the bootable FreeBSD USB drive: Connect the USB drive. Check dmesg: $ dmesg + Check lsblk to confirm which drive it is: $ lsblk diff --git a/docs/bsd/netbsd.md b/docs/bsd/netbsd.md index 0dceda38..3359690e 100644 --- a/docs/bsd/netbsd.md +++ b/docs/bsd/netbsd.md @@ -75,6 +75,7 @@ the bootable NetBSD USB drive: Connect the USB drive. Check dmesg: $ dmesg + Check lsblk to confirm which drive it is: $ lsblk diff --git a/docs/bsd/openbsd.md b/docs/bsd/openbsd.md index 8906ff00..4a195adb 100644 --- a/docs/bsd/openbsd.md +++ b/docs/bsd/openbsd.md @@ -74,6 +74,7 @@ the bootable OpenBSD USB drive: Connect the USB drive. Check dmesg: $ dmesg + Check lsblk to confirm which drive it is: $ lsblk |