From: Vivien Didelot Date: Fri, 23 Jan 2015 21:05:08 +0000 (-0500) Subject: boards/raspberrypi: fix rootfs.tar path in readme X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8f45e7a090bedd292df868a1dd5ff9d16ffeb40;p=buildroot.git boards/raspberrypi: fix rootfs.tar path in readme The rootfs.tar file is located under ./output/images/. Signed-off-by: Vivien Didelot Acked-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/board/raspberrypi/readme.txt b/board/raspberrypi/readme.txt index 725ad9dc9e..ead9227a11 100644 --- a/board/raspberrypi/readme.txt +++ b/board/raspberrypi/readme.txt @@ -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 ======