mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 11:02:47 +00:00
Mount Aegis Btrfs as root
Co-authored-by: fscotto <17803710+fscotto@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8d3f67885c
commit
e92ff1c729
@@ -124,7 +124,8 @@ butane --strict --pretty --output aegis.ign ansible/bootstrap/aegis.bu
|
|||||||
```
|
```
|
||||||
|
|
||||||
The `pi` user receives the configured SSH key, and partition 5 on `/dev/mmcblk0` is formatted as
|
The `pi` user receives the configured SSH key, and partition 5 on `/dev/mmcblk0` is formatted as
|
||||||
Btrfs and mounted at `/var/lib` on first boot. Formatting is destructive for that partition.
|
Btrfs and mounted as the root filesystem (`/`) on first boot. Formatting is destructive for that
|
||||||
|
partition.
|
||||||
|
|
||||||
The controller then manages it remotely as `pi@aegis`; unlike local desktop profiles, Aegis is
|
The controller then manages it remotely as `pi@aegis`; unlike local desktop profiles, Aegis is
|
||||||
intentionally an SSH inventory target. `profile_aegis` manages rootful Podman Quadlets for AdGuard
|
intentionally an SSH inventory target. `profile_aegis` manages rootful Podman Quadlets for AdGuard
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ storage:
|
|||||||
label: aegis-data
|
label: aegis-data
|
||||||
wipe_filesystem: false
|
wipe_filesystem: false
|
||||||
mount:
|
mount:
|
||||||
path: /var/lib
|
path: /
|
||||||
options:
|
options:
|
||||||
- compress=zstd
|
- compress=zstd
|
||||||
files:
|
files:
|
||||||
|
|||||||
Reference in New Issue
Block a user