diff options
author | Dante Catalfamo | 2020-07-08 12:31:38 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-07-08 12:31:38 -0400 |
commit | 8a1dddc2a4db1960a70a5584e0d488b4d6a4357f (patch) | |
tree | 5b6b9edfeebb71332f547c4896ca6cf425e3ca99 /content/posts | |
parent | 3ceb7f021313a9253a196761a0d9f05d435f7dde (diff) | |
download | blog-8a1dddc2a4db1960a70a5584e0d488b4d6a4357f.tar.gz blog-8a1dddc2a4db1960a70a5584e0d488b4d6a4357f.tar.bz2 blog-8a1dddc2a4db1960a70a5584e0d488b4d6a4357f.zip |
Put sync command on new line
Diffstat (limited to 'content/posts')
-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 |