mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 18:36:55 +00:00
secubox-net-detect.service runs on first boot (gated by
!/var/lib/secubox/.net-configured) and REWRITES /etc/netplan/00-secubox.yaml
based on the detected board layout. The "no LAN interfaces" branch
in generate_netplan() was emitting an empty br-lan bridge with a
static 192.168.1.1/24 address. On single-NIC live USB hardware that
made systemd-networkd happily honour the phantom bridge while the
real WAN NIC fell off the DHCP path — the operator saw a working
br-lan in `ip a` but no upstream IP and no internet.
Same shape of bug as the v2.12.7 build-live-usb.sh static-in-DHCP
regression (commit
|
||
|---|---|---|
| .. | ||
| secubox-cmdline-handler | ||
| secubox-console-tui | ||
| secubox-factory-reset | ||
| secubox-flash-disk | ||
| secubox-flash-emmc | ||
| secubox-kiosk-launcher | ||
| secubox-kiosk-setup | ||
| secubox-mode | ||
| secubox-net-detect | ||
| secubox-net-reset | ||
| secubox-overlay-init | ||
| secubox-ramcache | ||
| secubox-snapshot | ||
| secubox-x11-splash | ||