Enhance README and build scripts for hardware-specific optimizations
- Updated README.md to clarify development setup for macOS/Docker and added production build instructions for specific hardware. - Introduced new build scripts for optimized OS images targeting Start9 Server Pure, HP ProDesk 400 G4 DM, and Dell OptiPlex. - Enhanced Dockerfile to specify platform compatibility and improved Alpine profile for Archipelago builds. - Updated configuration files and init scripts to support new hardware profiles and ensure proper service management.
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# Hardware profile for HP ProDesk 400 G4 DM
|
||||
# Auto-generated during build
|
||||
|
||||
[hardware]
|
||||
target = "hp-prodesk"
|
||||
name = "HP ProDesk 400 G4 DM"
|
||||
cpu_vendor = "intel"
|
||||
cpu_model = "varies"
|
||||
min_ram = "8GB"
|
||||
min_storage = "128GB"
|
||||
architecture = "x86_64"
|
||||
|
||||
[optimizations]
|
||||
enabled = intel-graphics intel-networking sata-ssd
|
||||
|
||||
[network]
|
||||
interfaces = "1x Gigabit Ethernet"
|
||||
|
||||
[usb]
|
||||
ports = "4x USB 3.0, 2x USB 2.0"
|
||||
|
||||
[build]
|
||||
version = "0.1.0"
|
||||
alpine_version = "3.19"
|
||||
build_date = "2026-01-31T19:47:29Z"
|
||||
build_type = "iso"
|
||||
Reference in New Issue
Block a user