New features
- Allow specific binaries to be substituted.
FAKECHROOT_SUBST=oldbinary=substbinary:oldbinary=substbinary:...
i.e.
FAKECHROOT_SUBST=/sbin/ldconfig=/path/to/ldconfig-wrapper
- Run mixed 32 bit and 64 bit binaries.
- Run binaries with changed ld.so linker
FAKECHROOT_LD=/new/path/lib/ld-linux.so.2
Development
- More test units.
- libfakechroot.c should be splitted to separate source files.
