86Box / 86BoxManager

A configuration manager for the 86Box emulator
MIT License
352 stars 45 forks source link

[Feature] Generate new mac address when cloning #96

Closed solskogen closed 2 years ago

solskogen commented 3 years ago

When cloning a machine, the clone gets the same mac address as the one you're cloning.

daviunic commented 3 years ago

The manager doesn't interact with the VM's configuration in any way. The file is just copied over, any potential adjustments to its contents must be applied manually.

solskogen commented 3 years ago

Exactly. It should do that for you without requiring manual labor.

daviunic commented 3 years ago

Currently there's no plans to add such functionality. A partial rewrite that focuses on under the hood improvements in in the works, but beyond that no major new feature additions are planned.