summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-08-21 09:27:15 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-08-21 09:27:15 +0200
commitbcf79eba1635fcf63f59d50c1712ca38385793b1 (patch)
treeb1fb5904accc665d93119a8cf93c25e095d9c799 /test
parent1cdea8d276a0eb62452696e811b9f327fc472a83 (diff)
downloadmullvadvpn-bcf79eba1635fcf63f59d50c1712ca38385793b1.tar.xz
mullvadvpn-bcf79eba1635fcf63f59d50c1712ca38385793b1.zip
Add instruction to remove `unattended-upgrades` from Ubuntu test VMs
Diffstat (limited to 'test')
-rw-r--r--test/docs/BUILD_OS_IMAGE.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/docs/BUILD_OS_IMAGE.md b/test/docs/BUILD_OS_IMAGE.md
index 9331e8924c..90c630f851 100644
--- a/test/docs/BUILD_OS_IMAGE.md
+++ b/test/docs/BUILD_OS_IMAGE.md
@@ -66,6 +66,14 @@ Make sure that `sshd.service` is enabled on boot.
systemctl enable sshd.service
```
+### Ubuntu
+
+Stop `unattended-upgrades` by uninstalling it
+
+```
+sudo apt remove unattended-upgrades
+```
+
## Finishing setup
Now you are done! If the VM was configured correctly, `test-manager` will be able to install the required dependencies and run the test suite using the new OS image.