Adding/Modifying a Device
The general syntax for adding a device is as follows:
prlctl set <vm_id | vm_name> --device-add <hdd | cdrom | net | fdd | serial | parallel | sound | usb> [device_options]
To modify a device:
prlctl set <vm_id | vm_name> --device-set <device_name> [device_options]
The subsequent sections describe options and parameters for each device type.
Last updated