From 8a1dddc2a4db1960a70a5584e0d488b4d6a4357f Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Wed, 8 Jul 2020 12:31:38 -0400 Subject: Put sync command on new line --- content/posts/installing-openbsd-on-pcengines/index.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content') 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 -- cgit v1.2.3