Commit b8f45e7a authored by Vivien Didelot's avatar Vivien Didelot Committed by Thomas Petazzoni
Browse files

boards/raspberrypi: fix rootfs.tar path in readme



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

Signed-off-by: default avatarVivien Didelot <vivien.didelot@savoirfairelinux.com>
Acked-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 4a2aa94e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
======