Commit a98f12e
committed
tune: stop setting defaults with init modules
EC2 Mac images bake these values into the image now and existing
systems will already have the settings applied even if updated to the
new configuration file (assuming they've booted at least once, eg: to
run a brew-update or equivalent).
There isn't an inherent issue with configuring preferences at boot,
however these particular settings for SoftwareUpdate are
inconsistently persisting when applying at boot. These preferences are
now set during image build time and persisted in the images, so init
no longer needs to do the needful.
Signed-off-by: Jacob Vallejo <jakeev@amazon.com>1 parent f5802e7 commit a98f12e
1 file changed
Lines changed: 3 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | 89 | | |
115 | 90 | | |
116 | 91 | | |
| |||
0 commit comments