Is there a way to force `/genode/tool/depot/create rumen/bin/x86_64/vfs_lwext4` to create the depot into /genode/repos/snapper as opposed to in /genode? That way I do not have to fiddle with the extra files.
You can specify 'DEPOT_DIR=/genode/repos/snapper/var/depot' when executing 'tool/depot/create' to point the depot tools to the location where your depot resides. By default it is set to '$(GENODE_DIR)/depot'.
(For publishing there is 'PUBLIC_DIR' that, as one might have guessed, defaults to '$(GENODE_DIR)/public'.)
Best regards, Josef