mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 19:03:47 +00:00
Preserve existing Aegis filesystem tables
Co-authored-by: fscotto <17803710+fscotto@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
54e1e88a4e
commit
2004b48cf3
@@ -27,13 +27,15 @@ storage:
|
|||||||
- path: /etc/crypttab
|
- path: /etc/crypttab
|
||||||
mode: 0644
|
mode: 0644
|
||||||
contents:
|
contents:
|
||||||
inline: |
|
append:
|
||||||
aegis-data /dev/disk/by-partlabel/aegis-data - tpm2-device=auto
|
- inline: |
|
||||||
|
aegis-data /dev/disk/by-partlabel/aegis-data - tpm2-device=auto
|
||||||
- path: /etc/fstab
|
- path: /etc/fstab
|
||||||
mode: 0644
|
mode: 0644
|
||||||
contents:
|
contents:
|
||||||
inline: |
|
append:
|
||||||
/dev/mapper/aegis-data /var/lib btrfs defaults,compress=zstd 0 0
|
- inline: |
|
||||||
|
/dev/mapper/aegis-data /var/lib btrfs defaults,compress=zstd 0 0
|
||||||
- path: /usr/local/sbin/aegis-storage-init
|
- path: /usr/local/sbin/aegis-storage-init
|
||||||
mode: 0750
|
mode: 0750
|
||||||
user:
|
user:
|
||||||
|
|||||||
Reference in New Issue
Block a user