Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] boards/raspberrypi: fix rootfs.tar path in readme
@ 2015-01-23 21:05 Vivien Didelot
  2015-01-23 21:55 ` Yann E. MORIN
  2015-01-25 14:04 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Vivien Didelot @ 2015-01-23 21:05 UTC (permalink / raw)
  To: buildroot

The rootfs.tar file is located under ./output/images/.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
---
 board/raspberrypi/readme.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/raspberrypi/readme.txt b/board/raspberrypi/readme.txt
index 725ad9d..ead9227 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
 ======
-- 
2.2.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-25 14:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-23 21:05 [Buildroot] [PATCH] boards/raspberrypi: fix rootfs.tar path in readme Vivien Didelot
2015-01-23 21:55 ` Yann E. MORIN
2015-01-25 14:04 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox