summaryrefslogtreecommitdiffstats
path: root/core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue
Commit message (Collapse)AuthorAgeFilesLines
* [slx-issue] Filter "system manufacturer" and "system model" placeholderSimon Rettberg2023-02-161-1/+1
|
* [slx-issue] Wait for clientIP addressSimon Rettberg2023-02-161-2/+9
|
* [slx-issue] Fix math for overlong stringsSimon Rettberg2022-12-121-10/+11
| | | | And use (( )) for all math while at it
* Change the mail address for feedback in file headersSteffen Ritter2021-04-291-1/+1
| | | | * old address will be disabled in the future
* [*] Remove "export PATH..." -> DefaultEnvironment= in system.conf.dSimon Rettberg2020-09-231-2/+0Star
| | | | | | 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 versionJonathan Bauer2020-07-231-1/+1
|
* [slx-issue] add '/s' suffix to link speedJonathan Bauer2020-05-261-1/+1
|
* [slx-issue] use /run/openslx as temp dir.Jonathan Bauer2020-02-181-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 quotesJonathan Bauer2020-02-171-1/+1
|
* [slx-issue] add netboot and vbox versionsJonathan Bauer2020-02-071-1/+12
|
* [slx-issue] use slx-tools for ID44 detectionJonathan Bauer2019-12-131-3/+6
|
* [slx-issue] use baseboard dmi info as fallbackJonathan Bauer2019-04-181-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 smarterSimon Rettberg2019-04-101-8/+18
|
* [slx-issue] Force lines to be no longer than console widthSimon Rettberg2019-04-101-11/+19
|
* [slx-issue] Put Client IP in issueSimon Rettberg2019-03-151-0/+1
|
* [all] New license clauses as to ticket #3132: No more openSLX GmbHChristian Rößler2018-09-191-7/+10
|
* [slx-issue] support for SLX_PXE_NETIFJonathan Bauer2018-04-101-1/+3
|
* [slx-issue] externalize /etc/issue generationJonathan Bauer2018-04-101-0/+87