Skip to content

Commit

Permalink
Implement /etc/issue
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy <[email protected]>
  • Loading branch information
TommyTran732 committed Feb 13, 2024
1 parent 472dd72 commit bb9719e
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 0 deletions.
14 changes: 14 additions & 0 deletions UTM-Chrony.ign
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,20 @@
"contents": {
"source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/systemd/system/unbound.service.d/override.conf"
}
},
{
"overwrite": true,
"path": "/etc/issue",
"contents": {
"source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/issue"
}
},
{
"overwrite": true,
"path": "/etc/issue.net",
"contents": {
"source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/issue"
}
}
],
"links": [
Expand Down
8 changes: 8 additions & 0 deletions UTM-Chrony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@ storage:
- path: /etc/systemd/system/unbound.service.d/override.conf
contents:
source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/systemd/system/unbound.service.d/override.conf
- path: /etc/issue
overwrite: true
contents:
source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/issue
- path: /etc/issue.net
overwrite: true
contents:
source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/issue
links:
- path: /etc/localtime
target: ../usr/share/zoneinfo/America/Phoenix
Expand Down
5 changes: 5 additions & 0 deletions etc/issue
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
You are accessing Thien Tran's information system that is provided for authorized uses only.

ALL ACTIVITY MAY BE MONITORED AND REPORTED. UNAUTHORIZED USES SHALL BE PROSECUTED TO THE FULLEST EXTENT OF THE LAW.

To report a potential security concern, please contact [email protected].
14 changes: 14 additions & 0 deletions x86-QEMU-Docker.ign
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,20 @@
"contents": {
"source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/systemd/system/unbound.service.d/override.conf"
}
},
{
"overwrite": true,
"path": "/etc/issue",
"contents": {
"source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/issue"
}
},
{
"overwrite": true,
"path": "/etc/issue.net",
"contents": {
"source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/issue"
}
}
],
"links": [
Expand Down
8 changes: 8 additions & 0 deletions x86-QEMU-Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,14 @@ storage:
- path: /etc/systemd/system/unbound.service.d/override.conf
contents:
source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/systemd/system/unbound.service.d/override.conf
- path: /etc/issue
overwrite: true
contents:
source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/issue
- path: /etc/issue.net
overwrite: true
contents:
source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/issue
links:
- path: /etc/localtime
target: ../usr/share/zoneinfo/America/Phoenix
Expand Down

0 comments on commit bb9719e

Please sign in to comment.