diff options
| author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2021-03-03 20:16:34 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2021-03-03 20:16:34 +0000 |
| commit | 8ee5df01793364ace57b68352bcb6eecc3803e68 (patch) | |
| tree | cd923a14a9be188106ac4b5b50da810fa1df7e07 | |
| parent | 4f24ed91c23be2045691a1e916e85f54f6122b70 (diff) | |
| download | doc-8ee5df01793364ace57b68352bcb6eecc3803e68.tar.gz doc-8ee5df01793364ace57b68352bcb6eecc3803e68.zip | |
Add two manual pages in bsdinstall section
PR: 253875
Submitted by: bruce.lilly (AT) gmail.com
| -rw-r--r-- | documentation/content/en/books/handbook/bsdinstall/_index.adoc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/bsdinstall/_index.adoc b/documentation/content/en/books/handbook/bsdinstall/_index.adoc index 61f327c790..f98d9dc299 100644 --- a/documentation/content/en/books/handbook/bsdinstall/_index.adoc +++ b/documentation/content/en/books/handbook/bsdinstall/_index.adoc @@ -201,7 +201,11 @@ This example uses [.filename]#/dev/da0# as the target device where the image wil # dd if=FreeBSD-12.1-RELEASE-amd64-memstick.img of=/dev/da0 bs=1M conv=sync .... + -If this command fails, verify that the USB stick is not mounted and that the device name is for the disk, not a partition. Some operating systems might require this command to be run with . The syntax varies slightly across different platforms; for example, Mac OS(R) requires a lower-case `bs=1m`. Systems like Linux(R) might buffer writes. To force all writes to complete, use . +If this command fails, verify that the USB stick is not mounted and that the device name is for the disk, not a partition. +Some operating systems might require this command to be run with man:sudo[8]. +The syntax varies slightly across different platforms; for example, Mac OS(R) requires a lower-case `bs=1m`. +Systems like Linux(R) might buffer writes. +To force all writes to complete, use man:sync[8]. **** [.procedure] |
