summaryrefslogtreecommitdiffstats
path: root/content/posts/installing-openbsd-on-pcengines
diff options
context:
space:
mode:
authorDante Catalfamo2020-07-08 12:28:46 -0400
committerDante Catalfamo2020-07-08 12:28:46 -0400
commit5bba12b0c1a0807e7c09aa192f8602f19547a89e (patch)
tree376e1daca9b12fd27d57093daddf23f848bfc9b5 /content/posts/installing-openbsd-on-pcengines
parent363e13f935e6a7cb321f1c99ed7bbcd68a5286e2 (diff)
downloadblog-5bba12b0c1a0807e7c09aa192f8602f19547a89e.tar.gz
blog-5bba12b0c1a0807e7c09aa192f8602f19547a89e.tar.bz2
blog-5bba12b0c1a0807e7c09aa192f8602f19547a89e.zip
Add dd command
Diffstat (limited to 'content/posts/installing-openbsd-on-pcengines')
-rw-r--r--content/posts/installing-openbsd-on-pcengines/index.org9
1 files changed, 8 insertions, 1 deletions
diff --git a/content/posts/installing-openbsd-on-pcengines/index.org b/content/posts/installing-openbsd-on-pcengines/index.org
index 9923fa9..3fbd916 100644
--- a/content/posts/installing-openbsd-on-pcengines/index.org
+++ b/content/posts/installing-openbsd-on-pcengines/index.org
@@ -43,7 +43,14 @@ to put together!
I downloaded the AMD64 =installXX.fs= image from the OpenBSD [[https://www.openbsd.org/faq/faq4.html#Download][download
page]] and burned it onto a spare USB drive I had lying around using
-=dd=. After that I inserted the drive into the USB port on the APU2.
+=dd=.
+
+#+BEGIN_SRC shell
+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.
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