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

30
configs/zinit/zinit.yaml Normal file
View File

@@ -0,0 +1,30 @@
# Zero-OS Zinit Configuration
exec:
# Core Zero-OS Services
rfs:
exec: /usr/bin/rfs
after:
- mycelium
seektime:
exec: /usr/bin/seektime
core-x:
exec: /usr/bin/core-x
after:
- rfs
- mycelium
mycelium:
exec: /usr/bin/mycelium
# System Services
sshd:
exec: /usr/sbin/sshd -D
after:
- mycelium
# Network configuration
networking:
exec: /bin/sh -c "ip link set lo up"
oneshot: true