diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-18 01:18:42 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-18 01:18:42 -0600 |
| commit | f1bcb073a09254bbac9725bec47648df72438bee (patch) | |
| tree | 3e4c6e03593eb722386144375e216f9f57605440 /custom | |
| parent | e5136e11be841257a56377c8d816aa59a33f7fe3 (diff) | |
| download | archangel-f1bcb073a09254bbac9725bec47648df72438bee.tar.gz archangel-f1bcb073a09254bbac9725bec47648df72438bee.zip | |
Remove Next Steps section from install summary
Diffstat (limited to 'custom')
| -rwxr-xr-x | custom/install-archzfs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/custom/install-archzfs b/custom/install-archzfs index 17abd83..5f8b2a9 100755 --- a/custom/install-archzfs +++ b/custom/install-archzfs @@ -1102,12 +1102,6 @@ print_summary() { echo " - Pre-pacman snapshots for safe upgrades" echo " - Sanoid/syncoid configured by archsetup" echo "" - echo "Next Steps:" - echo " 1. Reboot: reboot" - echo " 2. Enter ZFS encryption passphrase at boot" - echo " 3. Log in as root" - echo " 4. Run archsetup: archsetup" - echo "" echo "Useful Commands:" echo " List snapshots: zfs list -t snapshot" echo " Manual snapshot: zfs snapshot zroot/home@my-backup" |
