diff options
-rw-r--r-- | board/raspberrypi/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 ====== |