summaryrefslogtreecommitdiffstats
path: root/core/modules/dhcpc-busybox/data/opt/openslx/scripts/udhcpc-openslx
Commit message (Collapse)AuthorAgeFilesLines
* [dhcpc-busybox] Var is empty, no need to removeSimon Rettberg2024-03-131-3/+0Star
|
* [dhcpc-busybox] More DHCP hostname shenanigansSimon Rettberg2023-06-211-17/+24
|
* [dhcpc-busybox] hostname fallback: Try harderSimon Rettberg2023-06-211-8/+16
|
* [dhcpc-busybox] Don't wait for dhcp on br0 anymoreSimon Rettberg2023-02-031-1/+18
| | | | | | | | | 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.
* [dhcpc-busybox] Merge SLX_NET_SEARCH with DHCP valuesSimon Rettberg2022-05-231-2/+4
|
* [dhcpc-busybox] Add remark about slx-network dracut dependencySimon Rettberg2021-11-121-0/+3
|
* [run-virt/dhcpc-busybox] Restart nat1 dhcpd if network config changesSimon Rettberg2021-10-111-0/+3
|
* [dhcpc-busybox] Use gawkSimon Rettberg2021-09-071-1/+1
|
* Implement blocking network.target and network-online.targetSimon Rettberg2021-08-111-28/+9Star
| | | | | | | | | | Add two services that will delay reaching the according targets, until conditions we consider reasonable are reached. For network.target that is finishing DHCP for the primary interface, for network-online.target we want to see a default gateway or a proxy server configured. Both have a timeout of about 10 seconds for now; this might be increased later on, if necessary.
* [dhcpc-busybox] Fix paths, extglobSimon Rettberg2021-07-261-3/+3
|
* [dhcpc-busybox] Add option to ignore secondary interfaces, improveSimon Rettberg2021-07-161-38/+47
| | | | .... resolv.conf awk generator
* Change the mail address for feedback in file headersSteffen Ritter2021-04-291-1/+1
| | | | * old address will be disabled in the future
* [dhcpc-busybox] merge "search" entriesJonathan Bauer2020-10-051-1/+14
|
* [*] Remove "export PATH..." -> DefaultEnvironment= in system.conf.dSimon Rettberg2020-09-231-2/+0Star
| | | | | | Since we can set PATH for everything spawned by systemd, this boilerplate code is not needed anymore. Makes future changes much easier.
* [dhcpc-busybox] Re-set hostname if it's noname-*Simon Rettberg2020-08-071-2/+2
| | | | | | | stage31 would set the hostname to noname-IP if we skipped DHCP and reverse DNS didn't supply one. In that case consider honoring the hostname from DHCP again.
* [dhcpc-busybox] Fix default route settingSimon Rettberg2019-09-111-4/+8
|
* [dhcpc-busybox] TIL: ip route replaceJonathan Bauer2019-08-071-1/+1
|
* [dhcpc-busybox] remove commented codeJonathan Bauer2019-08-071-5/+0Star
|
* [dhcpc-busybox] add openslx PATHJonathan Bauer2019-08-071-1/+3
|
* [dhcpc-busybox] make sure /run/network existsJonathan Bauer2019-08-071-0/+2
|
* [all] New license clauses as to ticket #3132: No more openSLX GmbHChristian Rößler2018-09-191-6/+7
|
* [dhcpc-busybox] udhcpc-openslx: Make shellcheck happySimon Rettberg2018-07-231-15/+14Star
|
* [dhcpc-busybox] Don't deconfig the primary interfaceSimon Rettberg2018-07-231-8/+22
| | | | | | Deconfig-then-bound leaves us with a moment of no network connectivity which could potentially result in a system lockup. Ignore deconfig, but instead remove all but the assigned address in renew/bound.
* [rfs-stage31/dhcp] "Fix" DHCP setup logicSimon Rettberg2017-10-271-2/+2
| | | | Like this can ever be fixed...
* [run-virt/dhcp-busybox] Get WINS server from upstream DHCP, pass on to VMs ↵Simon Rettberg2017-02-031-0/+5
| | | | via local DHCPD
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-231-16/+25
| | | | f5a59daf8d70a9027118292cd40b18c221897408)
* merge with latest dev versionSebastian2016-04-251-0/+254