boards/raspberrypi: fix rootfs.tar path in readme
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Fri, 23 Jan 2015 21:05:08 +0000 (16:05 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 25 Jan 2015 14:04:35 +0000 (15:04 +0100)
The rootfs.tar file is located under ./output/images/.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/raspberrypi/readme.txt

index 725ad9dc9e8a0632ff2acfa9ee7b1ceee1f66ada..ead9227a11e74b616dbf122365e4bd1445495cf8 100644 (file)
@@ -132,7 +132,7 @@ rootfs, there are further steps to do.
 Extract (as root!) the contents of the rootfs.tar archive into the second
 partition you created above:
 
-  $ sudo tar xf rootfs.tar -C /mnt/mountpointroot
+  $ sudo tar xf ./output/images/rootfs.tar -C /mnt/mountpointroot
 
 Finish
 ======