Ladislav Slezák wrote:
On 11/12/21 11:29 AM, Per Lundkvist wrote:
I've tried different variations of media_url combined with product_dir, but I have not been able to get any to work:
<add-on t="map"> <add_on_others t="list"> <listentry t="map"> ** this fails with Unsupported URI scheme in 'usb:///repo-usb?alias=repo-usb-1' <alias>repo-usb-1</alias> <media_url>usb:///repo-usb</media_url> And the main installation repository is located on the same USB?
If yes, then you can use the relurl:// scheme which points to an URL relative to the main installation repository. It does not matter whether it is USB, disk, FTP, HTTP,....
Try this: <media_url>relurl://repo-usb</media_url>
Let me know if that helps.
Yes that works (I am actually satisified with this, but do you know why the other type of url:s doesn't work?) Thank you.