18 lines
660 B
Markdown
18 lines
660 B
Markdown
# sr2c.core.baseline
|
|
|
|
Configure an SR2 virtual machine.
|
|
|
|
## Disk Partitions and Encryption
|
|
|
|
Creates a new LVM volume group on `baseline_second_disk_device` with logical volumes for:
|
|
|
|
| Mountpoint | Default Size | Encrypted |
|
|
|----------------|-----------------|-----------|
|
|
| /var | 5GiB | No |
|
|
| /var/log | 5GiB | No |
|
|
| /var/log/audit | 5GiB | No |
|
|
| /var/tmp | 5GiB | No |
|
|
| /home | Remaining space | Yes |
|
|
|
|
It is assumed that `/home` is empty and that no migration of data need occur. Data under `/var` will be migrated for
|
|
each partition.
|