Commit f671674 1 parent 82a0122 commit f671674 Copy full SHA for f671674
File tree 1 file changed +10
-15
lines changed
1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ tmp-is-dir: true
7
7
8
8
# Required by Ignition, and makes the system not compatible with Anaconda
9
9
machineid-compat : false
10
+ # New model
11
+ sysusers : true
12
+ sysusers-users :
13
+ dbus : 81 # Historical
14
+ dnsmasq : 920 # No particular reason to start here
15
+ polkitd : 921
16
+ chrony : 922
17
+ sysusers-groups :
18
+ utmp : 22 # Matches historical soft value
19
+ ssh_keys : 23 # Matches historical soft value
10
20
11
21
releasever : " 29"
12
22
automatic_version_prefix : " 29"
@@ -15,21 +25,6 @@ repos:
15
25
- fedora-updates
16
26
- dustymabe-ignition
17
27
18
- ignore-removed-users :
19
- - root
20
- ignore-removed-groups :
21
- - root
22
- etc-group-members :
23
- - wheel
24
- - sudo
25
- - systemd-journal
26
- - adm
27
- check-passwd :
28
- type : " file"
29
- filename : " passwd"
30
- check-groups :
31
- type : " file"
32
- filename : " group"
33
28
34
29
postprocess :
35
30
- |
You can’t perform that action at this time.
0 commit comments