This commit is contained in:
LinuxSquare 2023-12-21 18:43:21 +01:00
parent c19eac0344
commit fbfc842125

View file

@ -57,7 +57,7 @@ system_bootloader_motd:
- template: jinja - template: jinja
- context: - context:
OS_NAME: {{ salt['cmd.shell']('echo NoveriaOS $(date "+%Y%m")') }} OS_NAME: {{ salt['cmd.shell']('echo NoveriaOS $(date "+%Y%m")') }}
OS_RELEASE_INFO: "Timestamp: {{ CURRENT_SUBVOLUME_TIMESTAMP_HUMAN }} | Kernel: {{ KERNEL_VERSION }}" OS_RELEASE_INFO: 'Timestamp: {{ CURRENT_SUBVOLUME_TIMESTAMP_HUMAN }} | Kernel: {{ KERNEL_VERSION }}'
OS_ISSUE_URL: 'https://git.noveria.org/NoveriaOS/ISO/issues' OS_ISSUE_URL: 'https://git.noveria.org/NoveriaOS/ISO/issues'
- user: root - user: root
- group: root - group: root