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
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..."