File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ MAAS (Metal as a Service) is Canonical's bare-metal provisioning tool. CanvOS ca
436436
437437```shell
438438OS_DISTRIBUTION=ubuntu
439- OS_VERSION=22 # or 20, 24, etc.
439+ OS_VERSION=22 # or 24
440440ARCH=amd64
441441```
442442
@@ -487,6 +487,17 @@ The output includes:
487487 - Select the `.raw.gz` file
488488 - Specify format as `dd.gz`
489489 - MAAS will automatically decompress the image during upload
490+ Or
491+ Use maas command to upload the custom image to MAAS
492+ Example:
493+ maas login admin http://<MAAS_URL>:5240/MAAS <API_KEY>
494+ maas admin boot-resources create \
495+ name=' custom/my-raw-image' \
496+ title=' My Custom RAW Image' \
497+ architecture=' amd64/generic' \
498+ filetype=' ddgz' \
499+ content@=/path/to/image.raw.gz
500+
490501
4915022. The image is now ready to be deployed to bare-metal servers via MAAS.
492503
You can’t perform that action at this time.
0 commit comments