summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-08-09 10:17:12 +0300
committerLars Wirzenius <liw@liw.fi>2016-08-09 10:17:12 +0300
commit887245df62e3651394b58a716ccb181c137a4f5c (patch)
tree55e4aa2fc1890f432501b6f940577fbf904c9cd7
parente32e70ba492b21de1679525172184af66fafd468 (diff)
downloadminipc-router-887245df62e3651394b58a716ccb181c137a4f5c.tar.gz
Fix path to router image in README
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index f811f16..70b109d 100644
--- a/README
+++ b/README
@@ -48,7 +48,7 @@ The installation process is:
`dd`.
* Boot the minipc from the USB stick.
* Log in as root (no password).
-* Copy the router system image to the SSD: `zcat router.img.gz | dd
+* Copy the router system image to the SSD: `zcat /router.img.gz | dd
of=/dev/sda` (it'll take a while and there's no progress bar,
sorry).
* Shutdown the system (run `poweroff`) and remove the USB stick.