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

* [Buildroot] [PATCH] boards/raspberrypi: fix rootfs.tar path in readme
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2015-01-23 21:55 UTC (permalink / raw)
  To: buildroot

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@savoirfairelinux.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998@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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] boards/raspberrypi: fix rootfs.tar path in readme
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-01-25 14:04 UTC (permalink / raw)
  To: buildroot

Dear Vivien Didelot,

On Fri, 23 Jan 2015 16:05:08 -0500, Vivien Didelot wrote:
> 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(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[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