| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update dracut to 109 | Simon Rettberg | 2025-11-21 | 1 | -1/+7 |
| | | |||||
| * | [slx-network] Disable pause frames early | Simon Rettberg | 2025-04-14 | 1 | -0/+6 |
| | | |||||
| * | Avoid loading dracut-lib.sh in several scripts | Simon Rettberg | 2025-04-02 | 1 | -7/+8 |
| | | |||||
| * | [slx-network] Make scripts much more verbose for better profiling | Simon Rettberg | 2025-02-28 | 1 | -17/+37 |
| | | |||||
| * | [slx-network] Also sanitize host/domain from KCL | Simon Rettberg | 2024-09-03 | 1 | -9/+20 |
| | | |||||
| * | [slx-network] Disable stage4 dhcp by default | Simon Rettberg | 2024-07-04 | 1 | -2/+1![]() |
| | | |||||
| * | [slx-network] Fix copying stage4 dhcp files | Simon Rettberg | 2024-07-04 | 2 | -6/+3![]() |
| | | |||||
| * | [slx-network] Fix lowercasing | Simon Rettberg | 2024-03-05 | 1 | -1/+1 |
| | | |||||
| * | [slx-network] Get rid of rdns | Simon Rettberg | 2024-03-01 | 3 | -10/+10 |
| | | |||||
| * | [slx-network] Fix escaping in awk script | Simon Rettberg | 2024-03-01 | 1 | -2/+2 |
| | | |||||
| * | [slx-network] Overhaul DHCP trigger, generation of resolv.conf, hosts | Simon Rettberg | 2024-02-29 | 1 | -69/+70 |
| | | |||||
| * | Use slx_service helper to create service files | Simon Rettberg | 2024-02-09 | 4 | -65/+11![]() |
| | | |||||
| * | Link all services in initrd.target.wants | Simon Rettberg | 2024-02-01 | 3 | -8/+8 |
| | | |||||
| * | De-dracutize service-scripts, try to use ash where applicable | Simon Rettberg | 2024-01-31 | 2 | -34/+33![]() |
| | | |||||
| * | [slx-network] Retry bringing iface up in wait-loop | Simon Rettberg | 2024-01-30 | 2 | -17/+22 |
| | | |||||
| * | Try to use more systemd services | Simon Rettberg | 2024-01-29 | 10 | -37/+120 |
| | | |||||
| * | [slx-network] Write own hostname and fqdn to /etc/hosts | Simon Rettberg | 2023-06-21 | 1 | -0/+1 |
| | | |||||
| * | [slx-network] Adapt to new busybox nslookup output syntax | Simon Rettberg | 2023-01-25 | 1 | -1/+5 |
| | | |||||
| * | [slx-network] Desperate attempt to fix e1000e hangs with DHCP in initrd | Simon Rettberg | 2022-06-17 | 1 | -0/+2 |
| | | |||||
| * | [slx-network] Handle renew in trigger script; shellcheck improvements | Simon Rettberg | 2022-06-17 | 1 | -7/+6![]() |
| | | |||||
| * | [*] Redirect 'set -x' output exclusively to /run/openslx/* | Simon Rettberg | 2022-06-10 | 2 | -5/+2![]() |
| | | | | | | | | Having normal info/warn/echo/<tool> output in journal should be preferred, so we can correlate certain events and actions with other system services and scripts, instead of having everything intermixed with the xtrace spam in a separate log file without timestamps. | ||||
| * | [slx-network] Only redirect stderr to log files | Simon Rettberg | 2022-06-09 | 2 | -3/+3 |
| | | |||||
| * | Merge DNS search list from DHCP and config server (SLX_NET_SEARCH) | Simon Rettberg | 2022-05-23 | 2 | -6/+12 |
| | | |||||
| * | [slx-network] Only show splash icons if requested | Simon Rettberg | 2022-04-06 | 1 | -1/+1 |
| | | |||||
| * | Ordering fuckery | Simon Rettberg | 2022-02-25 | 1 | -1/+2 |
| | | |||||
| * | [slx-network] Skip copying dhcp scripts if openslx-udhcpc exists | Simon Rettberg | 2021-11-12 | 1 | -2/+4 |
| | | |||||
| * | [slx-network] also pass hostname from kcl to udhcpc trigger script | Jonathan Bauer | 2021-08-13 | 1 | -0/+1 |
| | | |||||
| * | [slx-network] more work towards chaos | Jonathan Bauer | 2021-08-13 | 1 | -1/+7 |
| | | |||||
| * | [slx-network] rework hostname setup | Jonathan Bauer | 2021-08-13 | 1 | -20/+31 |
| | | | | | try to cope for more corner cases and still do the right thing... | ||||
| * | [slx-network] change to new splashtool path | Jonathan Bauer | 2021-05-06 | 1 | -2/+2 |
| | | |||||
| * | [slx-splash] initial support for splashtool | Jonathan Bauer | 2021-05-06 | 1 | -4/+29 |
| | | |||||
| * | [slx-network] activate dhcp in stage4 by default | Jonathan Bauer | 2020-10-28 | 1 | -4/+6 |
| | | | | | can be disabled by SLX_STAGE4_DHCP="no". | ||||
| * | [slx-network] SLX_PXE_NETIF -> /run/network.conf | Jonathan Bauer | 2020-10-06 | 1 | -1/+1 |
| | | |||||
| * | [slx-network] SLX_DISABLE_STAGE4_DHCP -> SLX_STAGE4_DHCP | Jonathan Bauer | 2020-10-06 | 1 | -1/+1 |
| | | | | | | SLX_STAGE4_DHCP now needs to be explicitely set to 'yes' to activate the busybox based dhcp client in stage4. | ||||
| * | [slx-network] support for SLX_JUMBO_FRAMES | Jonathan Bauer | 2020-10-05 | 2 | -0/+9 |
| | | |||||
| * | [slx-network] no 'exit' in hooks... | Jonathan Bauer | 2020-10-05 | 1 | -21/+21 |
| | | |||||
| * | [slx-network] do not generate 127.0.1.1 entry in /etc/hosts | Jonathan Bauer | 2020-09-17 | 1 | -1/+1 |
| | | | | | | it breaks lookups on CentOS/NEMO. Need to check if *not* creating that entry breaks something else somewhere else... | ||||
| * | [slx-network] fix bad variable usage | Jonathan Bauer | 2020-08-17 | 1 | -1/+3 |
| | | |||||
| * | [slx-network] fix nslookup call due to newer busybox | Jonathan Bauer | 2020-08-14 | 1 | -1/+1 |
| | | |||||
| * | [slx-network] use 'noname-' prefix for hostname fallback | Jonathan Bauer | 2020-08-14 | 1 | -1/+1 |
| | | |||||
| * | [slx-network] fix -t with busybox's timeout | Jonathan Bauer | 2020-08-07 | 2 | -2/+2 |
| | | |||||
| * | [slx-network] new style KCL | Jonathan Bauer | 2020-07-29 | 3 | -81/+125 |
| | | |||||
| * | Merge branch 'nobash-merge' into downloader-nobash-merge | Jonathan Bauer | 2020-05-25 | 5 | -9/+38 |
| | | |||||
| * | restructure repo | Jonathan Bauer | 2020-05-13 | 11 | -0/+749 |
| * remove packager * move everything from builder/* back to root | |||||

