Skip to content

Commit a58f7b5

Browse files
bene2k1ofranc
andauthored
fix(em): fix wording (#5757)
* fix(em): fix wording * Update concepts.mdx * Apply suggestions from code review Co-authored-by: Océane <[email protected]> * fix(ins): fix wording --------- Co-authored-by: Océane <[email protected]>
1 parent 4d76a41 commit a58f7b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/elastic-metal/concepts.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ When an Elastic Metal server is launched, `cloud-init` reads user-provided confi
1616

1717
### Cloud-init user-data
1818

19-
User-data is the mechanism through which configuration instructions are passed to an Instance. When cloud-init detects user-data during boot, it interprets and executes it based on the data format provided.
19+
User-data is the mechanism through which configuration instructions are passed to an Elastic Metal server. When cloud-init detects user-data during boot, it interprets and executes it according to the format provided.
2020
The following formats are supported:
2121

2222
| Format | Starts with | Description |
2323
| --------------------------- | ----------------- | ---------------------------------------------------------------- |
2424
| **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. |
25+
| **Shell script** | `#!` | Shell script executed during the first boot of the server. |
2626
| **Include file** | `#include` | File listing URLs whose contents will be fetched and executed. |
2727
| **Gzip compressed content** | N/A | Gzip-compressed user-data that is decompressed and executed. |
2828
| **MIME multipart archive** | N/A | File combining multiple data types (e.g. cloud-config + script). |
@@ -80,4 +80,4 @@ After disabling rescue mode, you have to reboot your server.
8080

8181
## Tags
8282

83-
Tags allow you to organize your resources by sorting and filtering your cloud assets in any organizational pattern you choose. This helps you arrange, control, and monitor your cloud resources. You can assign as many tags as you want to each Scaleway product.
83+
Tags allow you to organize your resources by sorting and filtering your cloud assets in any organizational pattern you choose. This helps you arrange, control, and monitor your cloud resources. You can assign as many tags as you want to each Scaleway product.

0 commit comments

Comments
 (0)