diff --git a/docs/onboarding/ubuntu-vm-setup.mdx b/docs/onboarding/ubuntu-vm-setup.mdx index 9971751..af85d0a 100644 --- a/docs/onboarding/ubuntu-vm-setup.mdx +++ b/docs/onboarding/ubuntu-vm-setup.mdx @@ -142,3 +142,6 @@ You have now successfully installed Ubuntu. - Take a [snapshot](https://docs.oracle.com/en/virtualization/virtualbox/7.0/user/Introduction.html#snapshots) of your virtual machine now! - Learn more about the terminal and things to do after installing Ubuntu [here](https://academy.zerotomastery.io/courses/devops-bootcamp/lectures/32682118). +- You can modify the display size and other settings from the **View** menu option: + +![VirtualBox display size setting](/img/docs/onboarding/ubuntu-vm-setup/virtualbox-view-menu.png) diff --git a/static/img/docs/onboarding/ubuntu-vm-setup/virtualbox-view-menu.png b/static/img/docs/onboarding/ubuntu-vm-setup/virtualbox-view-menu.png new file mode 100644 index 0000000..b31da0d Binary files /dev/null and b/static/img/docs/onboarding/ubuntu-vm-setup/virtualbox-view-menu.png differ