summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/slx-network
Commit message (Collapse)AuthorAgeFilesLines
* [slx-network] only try to set ip addressJonathan Bauer2019-08-271-4/+6
| | | | if SLX_PXE_CLIENT_IP is set
* [slx-network] no domain for forced hostnameJonathan Bauer2019-08-271-10/+10
|
* [slx-network] remove unneeded sourcingJonathan Bauer2019-08-271-1/+0Star
| | | | | | the original idea was to configure a udhcpc@.service script with the interface name as the instance name. This seems somewhat unneeded though so remove this for now
* [slx-network] support for hostname via KCLJonathan Bauer2019-08-271-0/+6
|
* [slx-network] add comment sectionsJonathan Bauer2019-08-271-0/+10
|
* [slx-network] fix bad guard n°2Jonathan Bauer2019-08-271-1/+1
|
* [slx-network] SLX_STAGE4_DHCP supportJonathan Bauer2019-08-271-1/+6
| | | | | to control whether to automatically enable our udhcpc-based service or not
* [slx-network] separate logfilesJonathan Bauer2019-08-272-2/+2
|
* [slx-network] fix bad guardJonathan Bauer2019-08-271-1/+1
| | | | | Script would bail out if no fixed ip adress was given through kernel command line.
* [slx-network] make sure /opt/openslx/bin is directoryJonathan Bauer2019-08-261-0/+1
|
* [slx-network] initial VLAN supportJonathan Bauer2019-08-265-13/+46
|
* [slx-network] fix dependencyJonathan Bauer2019-08-131-2/+2
|
* [slx-network] suppress systemctl outputJonathan Bauer2019-08-131-1/+1
|
* [slx-network] use tmpfiles.d mechanismJonathan Bauer2019-08-123-2/+5
| | | | for /run/network
* [slx-network] minor fixesJonathan Bauer2019-08-122-7/+11
|
* [slx-network] fix symlink handlingJonathan Bauer2019-08-121-2/+8
|
* [slx-network] fix missing link for resolv.confJonathan Bauer2019-08-121-0/+3
|
* [slx-network] only care about main bootifJonathan Bauer2019-08-0813-132/+142
| | | | + rdns
* [slx-network] support for dhcp in stage4Jonathan Bauer2019-08-087-5/+325
|
* [busybox] install busybox into stage4Jonathan Bauer2019-08-082-0/+0
|
* [slx-network] keep a copy of the network filesJonathan Bauer2019-08-071-1/+3
|
* [slx-network] TIL: ip route replaceJonathan Bauer2019-08-071-2/+1Star
|
* [slx-network] do not bridge additional nicJonathan Bauer2019-08-016-118/+95Star
| | | | + bug fixes
* [slx-network] setup network on udev settlesJonathan Bauer2019-07-313-7/+10
| | | | | | | | | instead of checking in the finished hooks. NOTE: this might still cause problems, if udev finds the main boot interface first, triggers setup-network.sh which starts looping over interfaces before udev had a chance to discover every single one. The bridge creation stuff might be better appropriate in stage4!
* [slx-network] add missing quotesJonathan Bauer2019-07-301-2/+2
|
* [slx-network] fix config dumpageJonathan Bauer2019-07-251-3/+3
|
* [slx-network] also copy /etc/hosts overJonathan Bauer2019-07-251-1/+1
| | | | | TODO: would just need to adjust localhost entries. Currently we lose the stage4's /etc/hosts which might be problematic
* [slx-network] fix config dumpageJonathan Bauer2019-07-251-11/+11
|
* [slx-network] make sure we can copy network confJonathan Bauer2019-07-241-1/+4
|
* [slx-network] introduce static network moduleJonathan Bauer2019-07-245-0/+363