summaryrefslogtreecommitdiffstats
path: root/core/modules/slx-issue/data
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into installerJonathan Bauer2021-05-041-1/+1
|\
| * Change the mail address for feedback in file headersSteffen Ritter2021-04-291-1/+1
| | | | | | | | * old address will be disabled in the future
* | Merge branch 'master' into installerJonathan Bauer2020-09-251-2/+0Star
|\|
| * [*] 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.
* | Merge branch 'master' into installerJonathan Bauer2020-07-311-1/+1
|\|
| * [slx-issue] relax regex for netboot versionJonathan Bauer2020-07-231-1/+1
| |
* | Merge branch 'master' into installerJonathan Bauer2020-05-261-1/+1
|\|
| * [slx-issue] add '/s' suffix to link speedJonathan Bauer2020-05-261-1/+1
| |
* | Merge branch 'master' into installerJonathan Bauer2020-02-181-1/+2
|\|
| * [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.
* | Merge branch 'master' into installerJonathan Bauer2020-02-171-1/+1
|\|
| * [slx-issue] add missing quotesJonathan Bauer2020-02-171-1/+1
| |
* | [slx-issue] add requires on getty-pre.targetJonathan Bauer2020-02-171-0/+1
| | | | | | | | otherwise it isn't clear if getty-pre.target will get pulled in or not
* | [slx-issue] update dependenciesJonathan Bauer2020-02-141-2/+1Star
|/ | | | | | | | | * 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 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-103-0/+98