aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-22 23:22:26 -0600
committerCraig Jennings <c@cjennings.net>2026-02-22 23:22:26 -0600
commit9d65d4ed1e0c79d58511d33beab62cb12ed278d4 (patch)
tree6ae5047fced0a843871451356a5582ef2f8e449d /build.sh
parent238b717a4d37cb43bc46b2539d0880903c6883c6 (diff)
downloadarchangel-9d65d4ed1e0c79d58511d33beab62cb12ed278d4.tar.gz
archangel-9d65d4ed1e0c79d58511d33beab62cb12ed278d4.zip
remove skeleton archsetup-zfs script
Non-functional stub that printed "this is a skeleton" — worse than not having it. Removed from build.sh, Makefile, and file permissions.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/build.sh b/build.sh
index 1f4d0e8..8dc9c51 100755
--- a/build.sh
+++ b/build.sh
@@ -372,8 +372,6 @@ info "Copying custom scripts..."
cp "$CUSTOM_DIR/archangel" "$PROFILE_DIR/airootfs/usr/local/bin/"
cp -r "$CUSTOM_DIR/lib" "$PROFILE_DIR/airootfs/usr/local/bin/"
cp "$CUSTOM_DIR/install-claude" "$PROFILE_DIR/airootfs/usr/local/bin/"
-cp "$CUSTOM_DIR/archsetup-zfs" "$PROFILE_DIR/airootfs/usr/local/bin/"
-
# Copy zfssnapshot and zfsrollback for ZFS management
info "Copying zfssnapshot and zfsrollback..."
cp "$CUSTOM_DIR/zfssnapshot" "$PROFILE_DIR/airootfs/usr/local/bin/"
@@ -397,9 +395,6 @@ if grep -q "file_permissions=" "$PROFILE_DIR/profiledef.sh"; then
/)/ i\ ["/usr/local/bin/install-claude"]="0:0:755"
}' "$PROFILE_DIR/profiledef.sh"
sed -i '/^file_permissions=(/,/)/ {
- /)/ i\ ["/usr/local/bin/archsetup-zfs"]="0:0:755"
- }' "$PROFILE_DIR/profiledef.sh"
- sed -i '/^file_permissions=(/,/)/ {
/)/ i\ ["/usr/local/bin/zfssnapshot"]="0:0:755"
}' "$PROFILE_DIR/profiledef.sh"
sed -i '/^file_permissions=(/,/)/ {