diff options
| -rw-r--r-- | content/posts/installing-openbsd-on-pcengines/index.org | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/content/posts/installing-openbsd-on-pcengines/index.org b/content/posts/installing-openbsd-on-pcengines/index.org index 5d7eb56..99dcd47 100644 --- a/content/posts/installing-openbsd-on-pcengines/index.org +++ b/content/posts/installing-openbsd-on-pcengines/index.org @@ -46,7 +46,8 @@ page]] and burned it onto a spare USB drive I had lying around using  =dd=.  #+BEGIN_SRC shell -sudo dd if=installXX.fs of=/dev/sdb bs=4M; sync +sudo dd if=installXX.fs of=/dev/sdb bs=4M +sync  #+END_SRC  Where =/dev/sdb= is the location of the target USB drive, found | 
