mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
61cbea372e
Two more Class C bridges, same pattern as F2.1/F2.2: - /var/cache/archr/kernel-overlays -> /storage/.cache/kernel-overlays - /var/cache/archr/locpath -> /storage/.cache/locpath Consumers flipped to the Arch-friendly path: - busybox/scripts/kernel-overlays-setup: OVERLAY_CONFIG_DIR - busybox/profile.d/10-locale.conf: LOCPATH - wayland/util/foot/scripts/foot.sh: LOCPATH (ArchR override only) Service files (locale.service, kernel-overlays tmpfiles.d) keep addressing the /storage backing path because they are the layer that creates the actual rw overlay dir; the bridge symlink points at it. Top-level packages/wayland/util/foot/scripts/foot.sh is upstream LibreELEC heritage and stays untouched; the ArchR override is the file the runtime actually executes. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>