Update README.md

This commit is contained in:
whiskerz007 2019-02-18 16:25:42 +01:00 committed by GitHub
parent b204abb72f
commit 62a63d3b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,3 +7,13 @@ TMP=`mktemp -d`;pushd $TMP > /dev/null;wget -qO - https://raw.githubusercontent.
``` ```
After script completes, click on the new VM (_the script will tell you the ID_), click on the `Hardware` tab for the VM and change the `Memory` and `Processors` settings to what you desire. The `Hard Disk` can be expanded by clicking on it, then click on the `Resize` button above. The network MAC address can be changed by selecting `Network Device` and clicking `Edit` above. Once all changes have been made, click `Start` above. After script completes, click on the new VM (_the script will tell you the ID_), click on the `Hardware` tab for the VM and change the `Memory` and `Processors` settings to what you desire. The `Hard Disk` can be expanded by clicking on it, then click on the `Resize` button above. The network MAC address can be changed by selecting `Network Device` and clicking `Edit` above. Once all changes have been made, click `Start` above.
To get the DHCP address assigned to the VM, open the console after the VM has been started, when the messages slow down press the `Enter` key a couple of times until you see the following
```
Welcome to HassOS
hassio login:
```
Login using `root`, no password is requested. When you see the `hassio > ` prompt, type `login`. You should now see a `# ` prompt. Type `ls -l /sys/class/net` and look for a name that looks like `enp0s18`. We'll use that name in the following command `ip addr show dev enp0s18`. Your IP address will be listed right after the `inet`.