summaryrefslogtreecommitdiffstats
path: root/core/modules/dhcpc-busybox/data/etc/systemd
Commit message (Collapse)AuthorAgeFilesLines
* [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] 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
* [systemd] Move network-interface service/udevrule to dhcpc-busyboxSimon Rettberg2020-10-011-0/+9
|
* [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-252-0/+11