Christopher Fowler: > The only thing I can't seem to do is umount initrd. I want to validate > that what I'm doing is correct.
Probably this will help you, try it just before pivor_root. d=/sysroot/union/branch mkdir $d for i in cramfs tmpfs do mount -n --move /sysroot/$i $d/$i done Junjiro Okajima _______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
