On Wed, May 30, 2012 at 9:23 AM, [email protected] <[email protected]> wrote: > Hi Eduardo ! > >> Yes that's possible just bind mount a tmpfs dir. So create a tmpfs >> somewhere eg. /tmpfs then mount -o bind /tmpfs /etc. > > This is incorrect. If you mount a file system this way you replace the > original contents of the directory with contents of the new file system. > > The question was to merge the contents of the two file systems. You > either need to fiddle with symlinks, or need to copy original content > to a tmpfs and mount that on /etc, or you need to use a union file > system (which is not part of the standard kernel).
Oops misunderstood. Sorry! _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
