gitian-builder
gitian-builder copied to clipboard
Kill unattended upgrades, to avoid apt-get failures
Ubuntu Bionic tries to upgrade the system at boot by default, which breaks gitian's usage of apt-get.
shouldn't we just uninstall unattended-upgrades
during the VM build process?
Uninstalling it still requires doing this first (since apt-get remove
may fail due to a running unattended upgrade..)
vmbuilder
has the --removepkg
flag, which executes without the VM actually starting.
(invoked from make-base-vm
)
Ah, well, the root of the problem that got me here is that vmbuilder doesn't work with bionic...