summaryrefslogtreecommitdiffstats
path: root/core/modules/dhcpc-busybox/data/etc
Commit message (Collapse)AuthorAgeFilesLines
* [dhcpc-busybox] Don't start via udev for additional nicsSimon Rettberg2024-01-181-2/+3
| | | | This depends on having SLX_DHCP_OTHER_NICS enabled.
* [dhcpc-busybox] Don't wait for dhcp on br0 anymoreSimon Rettberg2023-02-031-0/+2
| | | | | | | | | We did this to avoid issues if the hostname changes after Xorg started up. But sometimes, DHCP is really slow, and we delay the startup of the login screen by a good 10 seconds. Avoid this by instead just touching the flag file that prevents the udhcpc trigger script from changing the hostname. Running with a potentially wrong hostname should be an acceptable tradeoff.
* [dhcp-busybox] Add service to create additional bridgesSimon Rettberg2022-02-212-0/+11
|
* [dhcpc-busybox] Fix systemctl path for split-/usr systemsSimon Rettberg2021-10-291-1/+1
|
* [dhcpc-busybox] Fix udev activation of interface/dhcp serviceSimon Rettberg2021-09-141-1/+8
| | | | Or rather, work around unknown issue.
* [dhcpc-busybox] Workaround for badly assigned sshd.serviceSimon Rettberg2021-07-221-0/+1
| | | | | | | Currently, slx-admin/taskmanager attach sshd.service to network.target.wants, but it should be the other way round: sshd wants network. Currently, in MiniLinux, network.target never gets activated by anything. So abuse this to pull in the target.
* [dhcpc-busybox] Add option to ignore secondary interfaces, improveSimon Rettberg2021-07-161-4/+3Star
| | | | .... resolv.conf awk generator
* [dhcpc-busybox] Re-enable running DHCP client on non-primary bridgesSimon Rettberg2020-10-011-1/+1
|
* [systemd] Move network-interface service/udevrule to dhcpc-busyboxSimon Rettberg2020-10-012-0/+10
|
* [dhcpc/systemd] forward correct nic nameJonathan Bauer2017-12-111-3/+3
| | | | 'br-nic-1' as %I became 'br/nic/1' which isn't very linux friendly :)
* merge with latest dev versionSebastian2016-04-253-0/+12