Arch Linux¶
VM Hardware Settings¶
N/A
Install Guest-Agent¶
See General Linux
Configure Network Interfaces¶
Create a link file in /etc/systemd/network/ with a .link extension. The name should start with a priority number (lower numbers are processed first).
sudo nano /etc/systemd/network/10-custom-vmx0.link
Add the following config while modifying the MAC and network interface name.
[Match]
MACAddress=00:50:56:c0:00:08
[Link]
Name=vmx0
Update the initramfs to include the new config and reboot.
sudo mkinitcpio -P
sudo reboot
Optimizing Disks¶
See General Linux
Additional Notes¶
N/A