refactor: remove dead updater and simplify ISO launcher

This commit is contained in:
2026-09-12 16:29:48 +03:00
parent 9c5c29239c
commit 9da6dac1bd
4 changed files with 32 additions and 183 deletions
+5
View File
@@ -16,6 +16,11 @@ for tool in mksquashfs unsquashfs rsync; do
}
done
find . -maxdepth 0 -printf '' >/dev/null 2>&1 || {
echo "test-squashfs-layers: GNU find not available, skipping"
exit 0
}
T="$(mktemp -d)"
trap 'rm -rf "$T"' EXIT INT TERM HUP
ROOT="$T/root"