Initial commit: Alpine Zero-OS initramfs build system with cleaned Docker configuration

This commit is contained in:
2025-08-15 22:11:44 +02:00
commit 9b14d94bbe
34 changed files with 12864 additions and 0 deletions

7
scripts/setup-permissions.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
# Ensure all scripts are executable
chmod +x /build/scripts/*.sh
echo "Script permissions updated:"
ls -la /build/scripts/*.sh | grep -E '\.(sh)$'