Files
diskimage-builder/diskimage_builder/elements/autoupdates/pkg-map
Charalampos Kominos 7e1bb74831 feat: Add new autoupdates element
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>
2024-09-02 21:54:54 +03:00

19 lines
299 B
Plaintext

{
"family":{
"redhat": {
"autoupdates": "dnf-automatic"
},
"debian":{
"autoupdates": "unattended-upgrades"
},
"suse": {
"autoupdates": ""
},
"gentoo": {
"autoupdates": ""
}
}
}