1
0
mirror of https://github.com/tommytran732/Fedora-CoreOS-Ignition synced 2025-01-20 19:11:34 -05:00

Update blacklist file name

This commit is contained in:
Tommy 2025-01-10 15:22:47 -07:00
parent b609589ea1
commit 7278fd8753
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@
} }
}, },
{ {
"path": "/etc/modprobe.d/vps-blacklist.conf", "path": "/etc/modprobe.d/server-blacklist.conf",
"contents": { "contents": {
"source": "https://raw.githubusercontent.com/secureblue/secureblue/live/files/system/usr/etc/modprobe.d/blacklist.conf" "source": "https://raw.githubusercontent.com/secureblue/secureblue/live/files/system/usr/etc/modprobe.d/blacklist.conf"
} }

View File

@ -205,7 +205,7 @@ storage:
contents: contents:
source: https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf source: https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf
overwrite: true overwrite: true
- path: /etc/modprobe.d/vps-blacklist.conf - path: /etc/modprobe.d/server-blacklist.conf
contents: contents:
source: https://raw.githubusercontent.com/secureblue/secureblue/live/files/system/usr/etc/modprobe.d/blacklist.conf source: https://raw.githubusercontent.com/secureblue/secureblue/live/files/system/usr/etc/modprobe.d/blacklist.conf
- path: /etc/sysctl.d/99-server.conf - path: /etc/sysctl.d/99-server.conf