Fix typo
This commit is contained in:
parent
c19eac0344
commit
fbfc842125
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ system_bootloader_motd:
|
|||
- template: jinja
|
||||
- context:
|
||||
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'
|
||||
- user: root
|
||||
- group: root
|
||||
|
|
Loading…
Reference in a new issue