29 lines
580 B
Plaintext
29 lines
580 B
Plaintext
# MINIMAL Alpine packages for Zero-OS embedded initramfs
|
|
# Target: ~50MB total (not 700MB!)
|
|
|
|
# Core system (essential only)
|
|
alpine-baselayout
|
|
busybox
|
|
musl
|
|
|
|
# Module loading & hardware detection
|
|
eudev
|
|
kmod
|
|
|
|
# Essential networking (for Zero-OS connectivity)
|
|
iproute2
|
|
ethtool
|
|
|
|
# Filesystem support (minimal)
|
|
btrfs-progs
|
|
dosfstools
|
|
|
|
# Essential libraries only
|
|
zlib
|
|
|
|
# Network utilities (minimal)
|
|
dhcpcd
|
|
|
|
# NO debugging tools, NO development tools, NO SSH, NO curl/wget
|
|
# NO python, NO redis, NO massive linux-firmware package
|
|
# These will be loaded from RFS after network connectivity |