diff options
Diffstat (limited to 'test/docs')
| -rw-r--r-- | test/docs/BUILD_OS_IMAGE.md | 8 |
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. |
