Lots of fixes
details details details
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user