manual set urls for external collection

This commit is contained in:
Mik-TF
2024-05-13 19:10:10 -04:00
parent a4efec1aa3
commit 280652166f
40 changed files with 79 additions and 80 deletions

View File

@@ -26,13 +26,13 @@ You should see the qemu console and boot logs, wait for awhile and you can [brow
To stop the machine you can do `Control + a` then `x`.
You can read more about setting up a qemu development environment and more network options [here](../../qemu/README.md).
You can read more about setting up a qemu development environment and more network options [here](qemu_readme.md).
## Accessing node
After booting up, the node should start downloading external packages, this would take some time depending on your internet connection.
See [how to ssh into it.](../../qemu/README.md#to-ssh-into-the-machine)
See [how to ssh into it.](qemu_readme.md#to-ssh-into-the-machine)
How to get the node IP?
Given the network script `dhcp-range`, it usually would be one of `192.168.123.43`, `192.168.123.44` or `192.168.123.45`.