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

27
configs/packages-boot.txt Normal file
View File

@@ -0,0 +1,27 @@
# MINIMAL BOOT PACKAGES FOR EMBEDDED INITRAMFS
# Target: ~10-20MB embedded in kernel
# Purpose: Boot, establish network, mount runtime Alpine system
# Absolute minimum Alpine base
alpine-baselayout
busybox
musl
# Hardware detection and drivers
eudev
kmod
# Network connectivity (essential for mounting runtime system)
iproute2
dhcpcd
ethtool
# Mount utilities for runtime system
util-linux
# Essential libraries only
zlib
# NO debugging, NO development tools, NO SSH server
# NO extra packages - keep this list minimal!
# Runtime tools will be available in mounted Alpine system