summaryrefslogtreecommitdiffstats
path: root/remote/modules/dhcpc-busybox
Commit message (Collapse)AuthorAgeFilesLines
* relative paths dont work with systemd-204Jonathan Bauer2014-07-041-1/+1
| | | | for now hardcoded /opt/openslx/bin/rm
* remove hardcoded /bin/rm call. Relative calls work in services filesJonathan Bauer2014-07-021-1/+1
|
* [resolv.conf] dont save it to run, since it will be lost when systemd ↵Jonathan Bauer2014-06-041-1/+1
| | | | re-mounts it
* Make resolv.conf a symlink to /run/network/resolv.conf (where we generate ↵Simon Rettberg2014-05-201-7/+11
| | | | ours from now on), in case someone wants to override the resolv.conf via config.tgz
* woopsie, the return ;)Jonathan Bauer2014-03-252-14/+0Star
|
* [modules] new module naming conventionJonathan Bauer2014-03-252-0/+14
| | | | rename $MODULE.{conf,build} to module.{conf,build}
* [dhcpc-busybox] fix bad hostname setting logicJonathan Bauer2014-03-241-21/+34
| | | | fixed multiple interfaces support.
* [udhcpcdcdcdcd] fix wrong hostname name being setJonathan Bauer2014-03-111-3/+4
| | | | TODO: rewrite this ugly piece of code
* [dhcpc-busybox] Fix domain not appearing in resolv.conf due to broken printf ↵Simon Rettberg2014-02-281-5/+5
| | | | call
* Forgot to actually request domain search option (-O search)Simon Rettberg2014-02-161-1/+1
|
* [busybox/udhcpc] Enable RFC3397 "domain search" option (and use it if present)Simon Rettberg2014-02-151-2/+9
|
* Fix tmpfiles.d files to use 'd' not 'D' for directoriesSimon Rettberg2014-02-051-1/+1
| | | | | | | 'D' would delete all the contents if it exists, which would pretty much break things if you trigger systemd-tmpfiles in a running system. 'd' just created the directory if it doesn't exist yet.
* [dhcp-busybox] add support for /etc/resolfconf/update.d for udhcpcSebastian2014-01-311-0/+7
|
* <stage32> Trigger network target as soon as possible if network/dhcp has ↵Simon Rettberg2014-01-295-14/+12Star
| | | | been done in stage31
* [rfs-stage32] Speed up mounting tmp-partition and setting up zram swapSimon Rettberg2014-01-291-9/+9
|
* <dhcp> Add Targets network-dns and network-gatewaySimon Rettberg2014-01-231-16/+25
| | | | | | | | | These trigger if a dns server / default route has been configured via DHCP. This would probably only be interesting for dual homed clients (which we currently do not have in production), since the boot interface (br0) might not be the one we access the outside world with. In cases where you only have one nic, it will be enough to wait for the network target if you need full network/internet/resolving.
* Make some modules use iptables-helperSimon Rettberg2014-01-171-4/+4
|
* [dhcp-busybox] Trigger network.target asynchronouslySimon Rettberg2014-01-161-1/+1
|
* [dhcpc-busybox] Minor refactoring, more sanity checksSimon Rettberg2014-01-151-41/+64
|
* Move udhcpc stuff to its own module. Was spread across systemd and ↵Simon Rettberg2014-01-157-0/+236
rootfs-stage32