feat(isobuild): add multi-architecture build and Raspberry Pi support in installer and build tooling

This commit is contained in:
2026-01-13 07:55:09 +00:00
parent 2d4846cfed
commit 2c5ea744f1
13 changed files with 1227 additions and 350 deletions

View File

@@ -0,0 +1,18 @@
# Raspberry Pi specific packages
# These are appended to base.list.chroot for rpi builds
# Raspberry Pi kernel (optimized for Pi hardware)
linux-image-raspi
linux-modules-extra-raspi
# Raspberry Pi firmware and utilities
linux-firmware-raspi
raspi-firmware
libraspberrypi-bin
libraspberrypi0
# Pi-specific hardware support
pi-bluetooth
rpi-eeprom
# Note: No GRUB packages - Pi uses native bootloader (config.txt + start.elf)