[Buildroot] [PATCH 1/1] Add a filesystem option so a device can be booted over NFS.

Danomi Manchego danomimanchego123 at gmail.com
Tue Jul 15 14:49:13 UTC 2014


On Tue, Jul 15, 2014 at 10:45 AM, Danomi Manchego
<danomimanchego123 at gmail.com> wrote:
> Instead, consider simply making a post-build script that does the
> un-tar for you. Maybe something like this:
>
>     #!/bin/sh
>
>     NFSROOT=${NFS_SHARE:-/srv/my_nfsroot}
>
>     mkdir -p $NFS_SHARE
>     sudo tar -xavf ${BASE_DIR}/images.rootfs.tar -C $NFSROOT

Apologies - those two "NFS_SHARE" should have been "NFSROOT" - last
minute name change ...
Danomi -



More information about the buildroot mailing list