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,12 +27,14 @@ storage:
|
||||
- path: /etc/crypttab
|
||||
mode: 0644
|
||||
contents:
|
||||
inline: |
|
||||
append:
|
||||
- inline: |
|
||||
aegis-data /dev/disk/by-partlabel/aegis-data - tpm2-device=auto
|
||||
- path: /etc/fstab
|
||||
mode: 0644
|
||||
contents:
|
||||
inline: |
|
||||
append:
|
||||
- inline: |
|
||||
/dev/mapper/aegis-data /var/lib btrfs defaults,compress=zstd 0 0
|
||||
- path: /usr/local/sbin/aegis-storage-init
|
||||
mode: 0750
|
||||
|
||||
Reference in New Issue
Block a user