[Buildroot] [PATCH] boards/raspberrypi: fix rootfs.tar path in readme

Yann E. MORIN yann.morin.1998 at free.fr
Fri Jan 23 21:55:50 UTC 2015


Vivien, All,

On 2015-01-23 16:05 -0500, Vivien Didelot spake thusly:
> The rootfs.tar file is located under ./output/images/.
> 
> Signed-off-by: Vivien Didelot <vivien.didelot at savoirfairelinux.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>

Regards,
Yann E. MORIN.

> ---
>  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
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list