canonical / ubuntu-desktop-provision

Ubuntu Desktop Provision
GNU General Public License v3.0
58 stars 27 forks source link

feat(bootstrap): support local file:// URIs on autoinstall page #760

Closed d-loose closed 1 month ago

d-loose commented 1 month ago

Adds support for local file paths following the file URI scheme on the autoinstall page (e.g. file:///home/ubuntu/foo.yaml.

Successfully tested this with the 24.04 iso.

image

@anasereijo do we need to update the copy here? As far as I understand this feature is mainly needed for internal purposes.

Fix #754 UDENG-3038

anasereijo commented 1 month ago

@d-loose to see if I understand correctly, we now support the user to either enter a URL or a local file path, right?

The text now reads 'Enter ... URL' - Maybe we should change the text to say 'URL or local file path'. wdyt?