Initial commit: Alpine Zero-OS initramfs build system with cleaned Docker configuration
This commit is contained in:
27
configs/packages-boot.txt
Normal file
27
configs/packages-boot.txt
Normal 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
|
||||
Reference in New Issue
Block a user