forked from tfgrid/zosbuilder
- Remove duplicate /sbin/init copying from initramfs_setup_zinit() - Only /init should be config/init (initramfs setup script) - No /sbin/init needed - config/init calls 'switch_root /mnt/root /sbin/zinit init' - Remove unsupported cpio --owner option that broke CPIO creation - Fix validation to not expect /sbin/init file - Correct boot flow: /init → switch_root → /sbin/zinit init - Remove strip and UPX compression from zinit binary copying - UPX compression was corrupting the zinit binary causing segfaults after switch_root - Keep zinit unmodified as it's
22 lines
994 B
Plaintext
22 lines
994 B
Plaintext
# Firmware configuration for Zero OS Alpine Initramfs
|
|
# Alpine Linux provides separate firmware packages for hardware support
|
|
# Format: FIRMWARE_PACKAGE:DESCRIPTION
|
|
|
|
# Essential network firmware packages
|
|
linux-firmware-bnx2:Broadcom NetXtreme firmware
|
|
linux-firmware-e100:Intel PRO/100 firmware
|
|
linux-firmware-intel:Intel network and WiFi firmware (includes e1000e, igb, ixgbe, i40e, ice)
|
|
linux-firmware-realtek:Realtek network firmware (r8169, etc.)
|
|
linux-firmware-qlogic:QLogic network firmware
|
|
|
|
# Storage firmware (if needed)
|
|
# linux-firmware-marvell:Marvell storage/network firmware (not available in Alpine 3.22)
|
|
|
|
# Optional firmware packages (uncomment if needed)
|
|
#linux-firmware-amd:AMD GPU and network firmware
|
|
#linux-firmware-nvidia:NVIDIA GPU firmware
|
|
#linux-firmware-atheros:Atheros wireless firmware
|
|
#linux-firmware-broadcom:Broadcom wireless firmware
|
|
|
|
# Minimal firmware selection for embedded/container environments
|
|
# For full hardware support, uncomment additional packages above |