#1051527 live-config: Disable unattended-upgrades when running without persistence

#1051527#5
Date:
2023-09-09 08:23:58 UTC
From:
To:
Note to self:

When running an older live image without persistence (e.g. sid), the unattended
upgrades package will:
1) consume network bandwidth by downloading updated packages
2) consume memory due to the overlay filesystem
3) disrupt openQA tests due to a longer startup time and a popup about packages
that can be updated

The downloaded packages will be discarded when the machine is shut down, so
overall this is a waste of resources that can be avoided.

Example: a GNOME image for Sid from 2023-09-06T08:10:14Z needs 632MB in
/run/live/overlay after booting and downloading updated packages.