summaryrefslogtreecommitdiffstats
path: root/core/modules/slx-issue/data/opt/openslx/scripts
Commit message (Collapse)AuthorAgeFilesLines
* [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