On Wed, Mar 25, 2009 at 11:17 AM, <sf...@users.sourceforge.net> wrote: > > Nitin Bhardwaj: >> However, for mount.aufs the "paste" is a shell-builtin I guess. Can I >> substitute something else in place of 'paste' ( which might be >> available in BusyBox v1.12.0 ) in the mount.aufs script ? > > General solution is also to include /bin/paste or /usr/bin/paste into > your initramfs/initrd. > > > J. R. Okajima >
Thanks for suggesting, now I have included find, paste , tac commands and [u]mount.aufs is running.But there seems to be an issue with mtab. In my setup, I dont have a real /etc/mtab file, but its a soft link to /proc/mounts : /etc/mtab -> /proc/mounts And I'm creating 4 unions in the init script. Three of them go fine ( /bin, /sbin and /lib ) , but for /usr the mount.aufs gives error: failure bad /proc/mounts 1 Can the mtab being a soft link be a problem for mount.aufs and umount.aufs ? Thanks, Nitin. ------------------------------------------------------------------------------