diff options
author | Dante Catalfamo | 2020-07-08 12:30:32 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-07-08 12:30:32 -0400 |
commit | 3ceb7f021313a9253a196761a0d9f05d435f7dde (patch) | |
tree | 6e0a5b11505837140bb9ec830baefcb69e145854 /content | |
parent | 5bba12b0c1a0807e7c09aa192f8602f19547a89e (diff) | |
download | blog-3ceb7f021313a9253a196761a0d9f05d435f7dde.tar.gz blog-3ceb7f021313a9253a196761a0d9f05d435f7dde.tar.bz2 blog-3ceb7f021313a9253a196761a0d9f05d435f7dde.zip |
Add more details on dd command
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/installing-openbsd-on-pcengines/index.org | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/posts/installing-openbsd-on-pcengines/index.org b/content/posts/installing-openbsd-on-pcengines/index.org index 3fbd916..5d7eb56 100644 --- a/content/posts/installing-openbsd-on-pcengines/index.org +++ b/content/posts/installing-openbsd-on-pcengines/index.org @@ -49,8 +49,9 @@ page]] and burned it onto a spare USB drive I had lying around using sudo dd if=installXX.fs of=/dev/sdb bs=4M; sync #+END_SRC - - After that I inserted the drive into the USB port on the APU2. +Where =/dev/sdb= is the location of the target USB drive, found +through the =lsblk= command. After that I inserted the drive into the +USB port on the APU2. I then plugged one end of the DB9F end of the serial adapter into the APU2, and the USB end into my PC. My desktop runs Fedora, so I had to |