diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-22 23:22:26 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-22 23:22:26 -0600 |
| commit | 9d65d4ed1e0c79d58511d33beab62cb12ed278d4 (patch) | |
| tree | 6ae5047fced0a843871451356a5582ef2f8e449d /build.sh | |
| parent | 238b717a4d37cb43bc46b2539d0880903c6883c6 (diff) | |
| download | archangel-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-x | build.sh | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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=(/,/)/ { |
