redbear-mini: drop GPU/generic firmware — text-only image was ~3G
redbear-firmware (~1.9G), redbear-firmware-intel (~396M) and
redbear-firmware-amdgpu (~111M) staged GPU/DMC/generic linux-firmware blobs into
a TEXT-ONLY console image (no GPU accel in text mode) — ~2.4G of dead weight that
blew the image far past its size budget and overflowed the installer
('No space left on device' at the disk-image step). Keep only the small NIC/BT
firmware (redbear-firmware-iwlwifi + -bluetooth, ~444K each) + firmware-loader.
Image drops to ~600MB (< 700MB target). GPU firmware belongs to redbear-full.
This commit is contained in:
@@ -36,6 +36,9 @@ redbear-btusb = {}
|
||||
redbear-iwlwifi = {}
|
||||
redbear-firmware-iwlwifi = {}
|
||||
|
||||
# Shared CLI library for redbear-* tools (standardized --help, --version, --log-level, etc.)
|
||||
redbear-cli = {}
|
||||
|
||||
# Redox-native netctl tooling.
|
||||
redbear-netctl = {}
|
||||
redbear-netctl-console = {}
|
||||
@@ -48,10 +51,13 @@ redbear-nmap = {}
|
||||
# below; see [init] section. Provides positive + negative caching and an
|
||||
# mDNS responder so the loopback resolver hits cache before upstream.
|
||||
redbear-dnsd = {}
|
||||
redbear-firmware = {}
|
||||
redbear-firmware-amdgpu = {}
|
||||
# NB: text-only mini ships ONLY the small NIC/BT firmware (redbear-firmware-iwlwifi
|
||||
# ~444K above + redbear-firmware-bluetooth ~444K). The GPU/generic firmware —
|
||||
# redbear-firmware (~1.9G), redbear-firmware-intel (~396M),
|
||||
# redbear-firmware-amdgpu (~111M) — is desktop-only dead weight in a text console
|
||||
# (no GPU accel in text mode); it blew the image ~3G past budget and overflowed
|
||||
# the installer. Removed here; it belongs to redbear-full.
|
||||
redbear-firmware-bluetooth = {}
|
||||
redbear-firmware-intel = {}
|
||||
firmware-loader = {}
|
||||
redbear-wifictl = {}
|
||||
redbear-btctl = {}
|
||||
|
||||
Reference in New Issue
Block a user