summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-08-21 09:49:42 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-08-21 09:49:42 +0200
commitdcb3f3d11b0ede581800d7a1a63ff56ee636b0bb (patch)
treeb1fb5904accc665d93119a8cf93c25e095d9c799
parent1cdea8d276a0eb62452696e811b9f327fc472a83 (diff)
parentbcf79eba1635fcf63f59d50c1712ca38385793b1 (diff)
downloadmullvadvpn-dcb3f3d11b0ede581800d7a1a63ff56ee636b0bb.tar.xz
mullvadvpn-dcb3f3d11b0ede581800d7a1a63ff56ee636b0bb.zip
Merge branch 'e2e-ubuntu-remove-unattended-upgrades'
-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.