Comment 5 for bug 1982866

Revision history for this message
Alan Baghumian (alanbach) wrote :

With MAAS 3.2.6, we can now do:

$ maas $PROFILE boot-resources create name='centos/my-centos7-image' title='My Custom CentOS 7' architecture='amd64/generic' filetype='tgz' base_image='custom' content@=centos7.tar.gz

It would be really great to also allow:

$ maas $PROFILE boot-resources create name='custom/my-centos7-image' title='My Custom CentOS 7' architecture='amd64/generic' filetype='tgz' base_image='custom' content@=centos7.tar.gz

Essentially allowing name='custom/my-centos7-image' in combination with base_image='custom'

Please let me know if you have any questions.

Thanks much!