From 887245df62e3651394b58a716ccb181c137a4f5c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 9 Aug 2016 10:17:12 +0300 Subject: Fix path to router image in README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1