reshuffling

This commit is contained in:
2024-08-08 13:07:25 +02:00
parent dba8704aeb
commit efe9024e6d
7 changed files with 31 additions and 46 deletions
+11 -1
View File
@@ -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.