File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ The following formats are supported:
2121
2222| Format | Starts with | Description |
2323| --------------------------- | ----------------- | ---------------------------------------------------------------- |
24- | ** Cloud Config File ** | ` #cloud-config ` | YAML file containing cloud-init configuration directives. |
25- | ** Shell Script ** | ` #! ` | Shell script executed during the first boot of the Instance. |
26- | ** Include File ** | ` #include ` | File listing URLs whose contents will be fetched and executed. |
27- | ** Gzip Compressed Content ** | N/A | Gzip-compressed user-data that is decompressed and executed. |
28- | ** MIME Multipart Archive ** | N/A | File combining multiple data types (e.g. cloud-config + script). |
29- | ** Upstart Job ** | ` #upstart-job ` | Upstart job to be executed during boot. |
30- | ** Cloud Boothook ** | ` #cloud-boothook ` | Script executed very early in the boot process. |
31- | ** Part Handler ** | ` #part-handler ` | Custom handler for processing specific data parts. |
24+ | ** Cloud config file ** | ` #cloud-config ` | YAML file containing cloud-init configuration directives. |
25+ | ** Shell script ** | ` #! ` | Shell script executed during the first boot of the Instance. |
26+ | ** Include file ** | ` #include ` | File listing URLs whose contents will be fetched and executed. |
27+ | ** Gzip compressed content ** | N/A | Gzip-compressed user-data that is decompressed and executed. |
28+ | ** MIME multipart archive ** | N/A | File combining multiple data types (e.g. cloud-config + script). |
29+ | ** Upstart job ** | ` #upstart-job ` | Upstart job to be executed during boot. |
30+ | ** Cloud boothook ** | ` #cloud-boothook ` | Script executed very early in the boot process. |
31+ | ** Part handler ** | ` #part-handler ` | Custom handler for processing specific data parts. |
3232
3333<Message type = " note" >
3434 Only user-data with content type ` text/plain ` is currently supported on Scaleway.
You can’t perform that action at this time.
0 commit comments