I have been looking through the Genode run scripts, and it seems that init will only look in the root of a ROM for both libraries and binaries. It would be very useful to be able to search for binaries and libraries in multiple directories (e.g. /lib, /usr/lib, /bin, /usr/bin, etc.) Also, is there a way to separate the library and binary directories without hacking init? If not, how hard would it be to hack init to add this feature?