forked from tfgrid/zosbuilder
- Fix container output visibility with proper TTY handling and debug mode - Fix build order: kernel modules built before initramfs creation - Implement two-stage kernel build to resolve chicken-and-egg dependency - Fix sed command issues in kernel configuration with direct execution - Add diffutils package to container for proper kernel build support - Enhance NIC module/firmware correlation with intelligent selection - Fix module staging logic: all NICs loaded in stage1 before network up - Add smart firmware installation based on module requirements - Create comprehensive function documentation (scripts/functionlist.md) - Add debug container script for troubleshooting Major fixes: * Container builds now show real-time output * Kernel builds work with proper GNU diff support * Module/firmware selection optimized for common hardware * Build process handles dependencies correctly * Documentation provides complete function reference
47 lines
888 B
Plaintext
47 lines
888 B
Plaintext
# Alpine packages for Zero-OS embedded initramfs
|
|
# Based on existing configs/packages-minimal.txt
|
|
# Target: ~50MB total (not 700MB!)
|
|
|
|
# Core system (essential only)
|
|
alpine-baselayout
|
|
alpine-baselayout-data
|
|
busybox
|
|
musl
|
|
|
|
# Module loading & hardware detection
|
|
eudev
|
|
eudev-hwids
|
|
eudev-libs
|
|
eudev-netifnames
|
|
kmod
|
|
|
|
# Console/terminal management
|
|
util-linux
|
|
|
|
# Essential networking (for Zero-OS connectivity)
|
|
iproute2
|
|
ethtool
|
|
|
|
# Filesystem support (minimal)
|
|
btrfs-progs
|
|
dosfstools
|
|
|
|
# Essential libraries only
|
|
zlib
|
|
|
|
# Network utilities (minimal)
|
|
dhcpcd
|
|
tcpdump
|
|
bmon
|
|
|
|
# Random number generation (for crypto/security)
|
|
haveged
|
|
|
|
# SSH access and terminal multiplexer
|
|
openssh-server
|
|
zellij
|
|
|
|
# Essential debugging and monitoring tools included
|
|
# NO development tools, NO curl/wget, NO python, NO redis
|
|
# NO massive linux-firmware package
|
|
# Other tools will be loaded from RFS after network connectivity |