From 8d6447c67b661bc58c57ce7ca184c69b7c62f58e Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 16 May 2024 23:18:07 -0700 Subject: [PATCH] /etc/issue moved to Linux-Setup-Scripts Signed-off-by: Tommy --- UTM-Chrony.ign | 6 +++--- UTM-Chrony.yml | 4 ++-- etc/issue | 6 ------ x86-QEMU-Docker.ign | 6 +++--- x86-QEMU-Docker.yml | 4 ++-- 5 files changed, 10 insertions(+), 16 deletions(-) delete mode 100644 etc/issue diff --git a/UTM-Chrony.ign b/UTM-Chrony.ign index e6d1419..da36c1f 100644 --- a/UTM-Chrony.ign +++ b/UTM-Chrony.ign @@ -144,7 +144,7 @@ { "path": "/etc/systemd/zram-generator.conf", "contents": { - "source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/systemd/zram-generator.conf" + "source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/zram-generator.conf" } }, { @@ -176,14 +176,14 @@ "overwrite": true, "path": "/etc/issue", "contents": { - "source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/issue" + "source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue" } }, { "overwrite": true, "path": "/etc/issue.net", "contents": { - "source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/issue" + "source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue" } } ], diff --git a/UTM-Chrony.yml b/UTM-Chrony.yml index d30b5c2..e10c27f 100644 --- a/UTM-Chrony.yml +++ b/UTM-Chrony.yml @@ -174,11 +174,11 @@ storage: - path: /etc/issue overwrite: true contents: - source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/issue + source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue - path: /etc/issue.net overwrite: true contents: - source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/issue + source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue links: - path: /etc/localtime target: ../usr/share/zoneinfo/America/Phoenix diff --git a/etc/issue b/etc/issue deleted file mode 100644 index eea7009..0000000 --- a/etc/issue +++ /dev/null @@ -1,6 +0,0 @@ -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 contact@tommytran.io. - diff --git a/x86-QEMU-Docker.ign b/x86-QEMU-Docker.ign index 3157bd6..29cfbe0 100644 --- a/x86-QEMU-Docker.ign +++ b/x86-QEMU-Docker.ign @@ -166,7 +166,7 @@ { "path": "/etc/systemd/zram-generator.conf", "contents": { - "source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/systemd/zram-generator.conf" + "source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/zram-generator.conf" } }, { @@ -198,14 +198,14 @@ "overwrite": true, "path": "/etc/issue", "contents": { - "source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/issue" + "source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue" } }, { "overwrite": true, "path": "/etc/issue.net", "contents": { - "source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/issue" + "source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue" } } ], diff --git a/x86-QEMU-Docker.yml b/x86-QEMU-Docker.yml index 445fbed..465b16c 100644 --- a/x86-QEMU-Docker.yml +++ b/x86-QEMU-Docker.yml @@ -254,11 +254,11 @@ storage: - path: /etc/issue overwrite: true contents: - source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/issue + source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue - path: /etc/issue.net overwrite: true contents: - source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/issue + source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue links: - path: /etc/localtime target: ../usr/share/zoneinfo/America/Phoenix