From 0c61192b6f48cd691d238f9cc25b09619af2a118 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Wed, 20 Dec 2023 20:43:19 +0100 Subject: [PATCH] Update docs/developers/build-apple-silicon.md --- docs/developers/build-apple-silicon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/build-apple-silicon.md b/docs/developers/build-apple-silicon.md index 1ab7c23..a56a148 100644 --- a/docs/developers/build-apple-silicon.md +++ b/docs/developers/build-apple-silicon.md @@ -9,7 +9,7 @@ The VirtualBox software is not yet available for Apple Silicon, so we need to us - browse gallery to have a image setup, we select ubuntu 20.04 LTS https://docs.getutm.app/guides/ubuntu/ - The arm64 ISO image can be dowloaded from https://cdimage.ubuntu.com/releases/focal/release/ - During import and setup from ISO, select settings with: 64GB disk space (default), 4096MB RAM (default), 4 (works for 2020 macbook air so should be good for other later model) cores. -- Remember to install OpenSSH server during setup, so we can ssh to the VM for ansible deployment. +- Remember to install OpenSSH server during setup, so we can ssh to the VM for ansible deployment. Check [here](https://github.com/utmapp/UTM/discussions/2465#discussioncomment-6931047) for a detail setup so host can ssh to the virtual machine. - Create system user `max` with password `moritz` and enable auto login. This will be used for ansible deployment. - Create (be careful not delete the existing one, it is used for connecting the internet) a new network setting with type "Emulated VLAN" and forward port 22 to 2200 of localhost so you can ssh to VM from localhost.