Skip to content

Commit

Permalink
docs(refs): re add the machineDisks that was accidentally deleted
Browse files Browse the repository at this point in the history
Signed-off-by: budimanjojo <budimanjojo@gmail.com>
  • Loading branch information
budimanjojo committed Oct 18, 2024
1 parent 12ca33f commit 64802de
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,21 @@ disableSearchDomain: true
<td markdown="1" align="center">:negative_squared_cross_mark:</td>
</tr>

<tr markdown="1">
<td markdown="1">`machineDisks`</td>
<td markdown="1">[][MachineDisk](#machinedisk)</td>
<td markdown="1">List of additional disks to partition, format, mount.<details><summary>*Show example*</summary>
```yaml
machineDisks:
- device: /dev/disk/by-id/ata-CT500MX500SSD1_2149E5EC1D9D
partitions:
- mountpoint: /var/mnt/sata
```
</summary></td>
<td markdown="1" align="center">`[]`</td>
<td markdown="1" align="center">:negative_squared_cross_mark:</td>
</tr>

<tr markdown="1">
<td markdown="1">`noSchematicValidate`</td>
<td markdown="1">bool</td>
Expand Down

0 comments on commit 64802de

Please sign in to comment.