Ah, a few upgrade activities are enabled to run by default. The apt-daily systemd task is the first but by default this is only configured to download available update lists (i.e. "apt update"); you can configure this in "/etc/apt/apt.conf.d/10periodic". The next is unattended-upgrades which (if I recall correctly) is configured to install upgrades from the -security pocket by default (config in "/etc/apt/apt.conf.d/50unattended-upgrades"). So, if there's only been security updates so far they'll have been installed automatically (there'll be a log under "/var/log/unattended-upgrades" and presumably "/var/log/dpkg.log").spiff72 wrote: ↑Tue Dec 10, 2019 4:30 pmI noticed that there is something about daily apt updates starting during the boot process - is it actually doing updates during that time? This might be why it never finds any updates when i check manually. (And I have been rebooting a LOT as I have been tinkering).waveform80 wrote: ↑Tue Dec 10, 2019 4:19 pmShould work out of the box, and being a re-spin it'll have all the updates for Eoan on that release date. I'd assume there'd be some updates appearing fairly shortly though! :)
Dave Jones.