[Buildroot] Deploy NFS rootfs

Peter Seiderer ps.report at gmx.net
Sat Nov 18 21:02:59 UTC 2017


Hello Ran,

On Sat, 18 Nov 2017 22:13:32 +0200, Ran Shalit <ranshalit at gmail.com> wrote:

> Hello,
> 
> How should we deploy nfs filsystem.
> I understand it should not be from /output/target, because of the
> THIS_IS_NOT_YOUR_ROOT_FILESYSTEM warning.
> But How should it be done ?
> 
> Do I need to generate tar from /output/target with different
> ownership/privilege ?

No need to do it by hand, take a look at 'make menuconfig':
  Filesystem images ---> tar the root filesystem
or add 'BR2_TARGET_ROOTFS_TAR=y' to your .config file and
after the next 'make' your will find the result as
  images/rootfs.tar

The documentation is missing the enabling option information ;-)

Regards,
Peter

> 
> Regards,
> Ran
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot



More information about the buildroot mailing list