This patch proposes a new element which creates a mechanism for the image to have automatic updates enabled from the first boot. A custom config file, is expected during build time, which is injected into the image. Change-Id: Ib4c7513db4e00d592447fda1b1d0ed2bc649e1cf Signed-off-by: Charalampos Kominos <hkominos@gmail.com>
19 lines
299 B
Plaintext
19 lines
299 B
Plaintext
{
|
|
"family":{
|
|
"redhat": {
|
|
"autoupdates": "dnf-automatic"
|
|
},
|
|
"debian":{
|
|
"autoupdates": "unattended-upgrades"
|
|
},
|
|
"suse": {
|
|
"autoupdates": ""
|
|
},
|
|
"gentoo": {
|
|
"autoupdates": ""
|
|
}
|
|
}
|
|
}
|
|
|
|
|