aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-23 06:02:17 -0600
committerCraig Jennings <c@cjennings.net>2026-02-23 06:02:17 -0600
commit51636daebfac034380d1122ad5ea22c2e6dd9cf4 (patch)
tree9e9bfd13c1fb47c1946f5c1953366f5b75856952 /build.sh
parent9e34c087ddb714598cb5eae78751fd416726d864 (diff)
downloadarchangel-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 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 8bb7893..5991828 100755
--- a/build.sh
+++ b/build.sh
@@ -423,7 +423,7 @@ if grep -q "file_permissions=" "$PROFILE_DIR/profiledef.sh"; then
fi
# Copy archsetup into airootfs (exclude large/unnecessary directories)
-ARCHSETUP_DIR="${ARCHSETUP_DIR:-$HOME/code/archsetup}"
+ARCHSETUP_DIR="${ARCHSETUP_DIR:-}"
if [[ -d "$ARCHSETUP_DIR" ]]; then
info "Copying archsetup into ISO..."
mkdir -p "$PROFILE_DIR/airootfs/code"
@@ -476,7 +476,7 @@ if [[ -f "$ISO_FILE" ]]; then
echo ""
info "After booting:"
echo " - ZFS is pre-loaded (no setup needed)"
- echo " - SSH is enabled (root password: $LIVE_ROOT_PASSWORD)"
+ echo " - SSH is enabled (see LIVE_ROOT_PASSWORD in build.sh)"
echo " - Run 'archangel' to start installation"
echo ""
info "SSH access (from host):"