reshuffling
This commit is contained in:
@@ -79,4 +79,14 @@ bob node set-attr lx-test-02.psi.ch kernel_cmdline=inst.dd=https://linuxsoft.cer
|
||||
|
||||
#### Custom Partitioning
|
||||
|
||||
Please check out the [Partitioning page](partitioning).
|
||||
Partitions system are configured with a standard schema using LVM, so that they can be possibly changed afterwards.
|
||||
|
||||
By default the whole space available on the first block device is used and any existing partition is removed.
|
||||
|
||||
Alternatively you might set the sysdb attribute `system_disk` with the device name of the disk which should be used instead::
|
||||
|
||||
```bash
|
||||
bob node set-attr $FQDN system_disk=md126
|
||||
```
|
||||
|
||||
It is also possible to customize the partitioning by using the `partitions` attribute on sysdb. See https://git.psi.ch/linux-infra/bob for more details.
|
||||
|
||||
Reference in New Issue
Block a user