mirror of
https://github.com/TommyTran732/Fedora-CoreOS-Ignition.git
synced 2025-06-14 05:14:41 +02:00
Add containers.conf and reallow systemd-resolved
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
65f05d7e76
commit
0c69141cac
6
x86.yml
6
x86.yml
@ -72,9 +72,6 @@ systemd:
|
|||||||
- name: kdump.service
|
- name: kdump.service
|
||||||
enabled: false
|
enabled: false
|
||||||
mask: true
|
mask: true
|
||||||
- name: systemd-resolved.service
|
|
||||||
enabled: false
|
|
||||||
mask: true
|
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
files:
|
files:
|
||||||
@ -87,6 +84,9 @@ storage:
|
|||||||
contents:
|
contents:
|
||||||
source: https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/sysconfig/chronyd
|
source: https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/sysconfig/chronyd
|
||||||
|
|
||||||
|
- path: /etc/containers/containers.conf
|
||||||
|
contents:
|
||||||
|
source: https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/containers/containers.conf
|
||||||
- path: /etc/docker/daemon.json
|
- path: /etc/docker/daemon.json
|
||||||
contents:
|
contents:
|
||||||
source: https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/docker/daemon.json
|
source: https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/docker/daemon.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user