Lots of fixes
details details details
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
BOOT_ROOT="/build/boot"
|
||||
@@ -72,7 +72,7 @@ chmod 600 "$BOOT_ROOT/dev/console"
|
||||
echo "[+] Creating boot init script..."
|
||||
# Create minimal init script for mounting Alpine runtime
|
||||
cat > "$BOOT_ROOT/init" << 'EOF'
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# Minimal boot init - establish network and mount Alpine runtime
|
||||
|
||||
echo "[BOOT] Zero-OS minimal boot starting..."
|
||||
|
||||
Reference in New Issue
Block a user