Lots of fixes

details
  details
  details
This commit is contained in:
2025-08-16 00:51:19 +02:00
parent 809c4efece
commit 653c751535
14 changed files with 246 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
INITRAMFS_ROOT="/build/initramfs"
@@ -37,7 +37,7 @@ fi
# Create debug script for compatibility
echo " Creating debug script..."
cat > "$INITRAMFS_ROOT/init-debug" << 'EOF'
#!/bin/sh
#!/bin/bash
# Debug file injection script (Alpine version)
echo "[+] debug mode enabled"