| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into installer | Jonathan Bauer | 2021-05-04 | 1 | -1/+1 |
| |\ | |||||
| | * | Change the mail address for feedback in file headers | Steffen Ritter | 2021-04-29 | 1 | -1/+1 |
| | | | | | | | | | * old address will be disabled in the future | ||||
| * | | Merge branch 'master' into installer | Jonathan Bauer | 2020-09-25 | 1 | -2/+0![]() |
| |\| | |||||
| | * | [*] Remove "export PATH..." -> DefaultEnvironment= in system.conf.d | Simon Rettberg | 2020-09-23 | 1 | -2/+0![]() |
| | | | | | | | | | | | | | Since we can set PATH for everything spawned by systemd, this boilerplate code is not needed anymore. Makes future changes much easier. | ||||
| * | | Merge branch 'master' into installer | Jonathan Bauer | 2020-07-31 | 1 | -1/+1 |
| |\| | |||||
| | * | [slx-issue] relax regex for netboot version | Jonathan Bauer | 2020-07-23 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into installer | Jonathan Bauer | 2020-05-26 | 1 | -1/+1 |
| |\| | |||||
| | * | [slx-issue] add '/s' suffix to link speed | Jonathan Bauer | 2020-05-26 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into installer | Jonathan Bauer | 2020-02-18 | 1 | -1/+2 |
| |\| | |||||
| | * | [slx-issue] use /run/openslx as temp dir. | Jonathan Bauer | 2020-02-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | There was an issue were systemd-tmpfiles-setup.service would clean /tmp while the issue was generated, thus sometimes loosing the header from /opt/openslx/etc/issue.template. The change to /run/openslx makes sure this can no longer happen. | ||||
| * | | Merge branch 'master' into installer | Jonathan Bauer | 2020-02-17 | 1 | -1/+1 |
| |\| | |||||
| | * | [slx-issue] add missing quotes | Jonathan Bauer | 2020-02-17 | 1 | -1/+1 |
| | | | |||||
| * | | [slx-issue] add requires on getty-pre.target | Jonathan Bauer | 2020-02-17 | 1 | -0/+1 |
| | | | | | | | | | otherwise it isn't clear if getty-pre.target will get pulled in or not | ||||
| * | | [slx-issue] update dependencies | Jonathan Bauer | 2020-02-14 | 1 | -2/+1![]() |
| |/ | | | | | | | | | * Changed 'Before' from getty.target to getty-pre.target. This service and getty@tty1.service were ordered before getty.target, but not between each other. This sometimes lead to getty@tty1 being spawned before the issue generation was done. * Removed 'After=setup-partitions.service' which was needed since it took care of the ID44 (which is done in stage31 in MaxiLinux). | ||||
| * | [slx-issue] add netboot and vbox versions | Jonathan Bauer | 2020-02-07 | 1 | -1/+12 |
| | | |||||
| * | [slx-issue] use slx-tools for ID44 detection | Jonathan Bauer | 2019-12-13 | 1 | -3/+6 |
| | | |||||
| * | [slx-issue] use baseboard dmi info as fallback | Jonathan Bauer | 2019-04-18 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | some models like Intel's NUC5i5RYB do not provide system-manufacturer/system-product-name in the DMI information - that information is stored in baseboard-* instead. So we use that as a fallback in case system-* was empty. Use '<unknown>' as ultimate fallback. This kinda works around an issue in the final loop filling in spaces: if a line's value is long enough (e.g. 34 whitespaces like a untrimmed 'dmidecode -s' output...) the space variable would never be set. Thus, ${space:0:-2} would fail unless ${#space} is at least 2 and abort the creation of /etc/issue altogether. | ||||
| * | [slx-issue] Make issue generator even smarter | Simon Rettberg | 2019-04-10 | 1 | -8/+18 |
| | | |||||
| * | [slx-issue] Force lines to be no longer than console width | Simon Rettberg | 2019-04-10 | 1 | -11/+19 |
| | | |||||
| * | [slx-issue] Put Client IP in issue | Simon Rettberg | 2019-03-15 | 1 | -0/+1 |
| | | |||||
| * | [all] New license clauses as to ticket #3132: No more openSLX GmbH | Christian Rößler | 2018-09-19 | 1 | -7/+10 |
| | | |||||
| * | [slx-issue] support for SLX_PXE_NETIF | Jonathan Bauer | 2018-04-10 | 1 | -1/+3 |
| | | |||||
| * | [slx-issue] externalize /etc/issue generation | Jonathan Bauer | 2018-04-10 | 3 | -0/+98 |

