Skip to content

Commit 5a9be6f

Browse files
committed
fix(em): fix typo
1 parent e6c510a commit 5a9be6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/elastic-metal/how-to/configure-disk-partitions.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ For users requiring granular control, Scaleway offers an advanced partitioning m
4646
3. Use JSON to define disk partitions, RAID arrays, and file systems.
4747

4848
<Message type="important">
49-
- **Disk Type Naming:** HDD/SSD devices use `/dev/sdXXX`, while NVMe devices use `/dev/nvmeXXX`.
50-
- **UEFI Partition:** The EFI partition should only exist if the server uses UEFI. Omit this partition if UEFI is not used.
51-
- **ZFS and LVM:** ZFS is optional, but LVM should not be used due to functionality issues.
49+
- Disk Type Naming: HDD/SSD devices use `/dev/sdXXX`, while NVMe devices use `/dev/nvmeXXX`.
50+
- UEFI Partition: The EFI partition should only exist if the server uses UEFI. Omit this partition if UEFI is not used.
51+
- ZFS and LVM: ZFS is optional, but LVM should not be used due to functionality issues.
5252
</Message>
5353

5454
### Example JSON configuration

0 commit comments

Comments
 (0)