diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-23 06:02:17 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-23 06:02:17 -0600 |
| commit | 51636daebfac034380d1122ad5ea22c2e6dd9cf4 (patch) | |
| tree | 9e9bfd13c1fb47c1946f5c1953366f5b75856952 /custom | |
| parent | 9e34c087ddb714598cb5eae78751fd416726d864 (diff) | |
| download | archangel-51636daebfac034380d1122ad5ea22c2e6dd9cf4.tar.gz archangel-51636daebfac034380d1122ad5ea22c2e6dd9cf4.zip | |
scrub personal info and make distribution targets configurable
Remove personal email addresses, hardcoded paths, and infrastructure
references to prepare for open-source release. Distribution targets
in build-release are now configurable via environment variables,
and archsetup inclusion is opt-in.
Diffstat (limited to 'custom')
| -rwxr-xr-x | custom/archangel | 2 | ||||
| -rwxr-xr-x | custom/zfsrollback | 2 | ||||
| -rwxr-xr-x | custom/zfssnapshot | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/custom/archangel b/custom/archangel index 4bb19d9..4150198 100755 --- a/custom/archangel +++ b/custom/archangel @@ -1,6 +1,6 @@ #!/usr/bin/env bash # archangel - Arch Linux Installer with Snapshot-Based Recovery -# Craig Jennings <c@cjennings.net> +# Craig Jennings (github.com/cjennings) # # Installs Arch Linux on ZFS or Btrfs root with snapshot support. # Choose your filesystem: ZFS (native encryption) or Btrfs (GRUB snapshots). diff --git a/custom/zfsrollback b/custom/zfsrollback index 90be5d2..a99a4d3 100755 --- a/custom/zfsrollback +++ b/custom/zfsrollback @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Craig Jennings <c@cjennings.net> +# Craig Jennings (github.com/cjennings) # Roll back ZFS datasets to a selected snapshot using fzf. set -euo pipefail diff --git a/custom/zfssnapshot b/custom/zfssnapshot index 98f8315..90331c3 100755 --- a/custom/zfssnapshot +++ b/custom/zfssnapshot @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Craig Jennings <c@cjennings.net> +# Craig Jennings (github.com/cjennings) # Create a ZFS snapshot across all datasets with a dated, descriptive name. set -euo pipefail |
