I found out the /tmp/ directory is writable, so I want to try using transfer_overlay to move the tests and stuff from the ramdisk there. However I've run into an issue with the default mount_dir being at the root (read-only). The DUT doesn't have wget or curl installed, nor am I able/allowed to install them, so that isn't an option. Looking through the source code, do you think it might be possible to change that mount_dir value directly? For reference, this is the source code: https://gitlab.com/lava/lava/-/blob/master/lava_dispatcher/actions/boot/__in...