Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [slx-issue] Filter "system manufacturer" and "system model" placeholder | Simon Rettberg | 2023-02-16 | 1 | -1/+1 |
| | |||||
* | [slx-issue] Wait for clientIP address | Simon Rettberg | 2023-02-16 | 1 | -2/+9 |
| | |||||
* | [slx-issue] Don't run during shutdown | Simon Rettberg | 2023-01-25 | 1 | -0/+1 |
| | |||||
* | [slx-issue] Fix math for overlong strings | Simon Rettberg | 2022-12-12 | 1 | -10/+11 |
| | | | | And use (( )) for all math while at it | ||||
* | [disk-partitions] New module, modularize partition setup | Simon Rettberg | 2021-07-22 | 1 | -1/+1 |
| | |||||
* | Add installer mode for stage4 | Simon Rettberg | 2021-07-08 | 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 | ||||
* | [*] 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. | ||||
* | [slx-issue] relax regex for netboot version | Jonathan Bauer | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | [slx-issue] add '/s' suffix to link speed | Jonathan Bauer | 2020-05-26 | 1 | -1/+1 |
| | |||||
* | [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. | ||||
* | [slx-issue] add missing quotes | Jonathan Bauer | 2020-02-17 | 1 | -1/+1 |
| | |||||
* | [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] Fix logo | Simon Rettberg | 2019-05-29 | 1 | -1/+1 |
| | |||||
* | [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 | 2 | -15/+25 |
| | |||||
* | [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 | 6 | -0/+128 |