Commit 69d6d8f1 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/vmware: error message tweaking for Player driver

parent 2775ada1
......@@ -120,7 +120,9 @@ func (d *Player5LinuxDriver) Verify() error {
if err := d.findVdiskManager(); err != nil {
if err := d.findQemuImg(); err != nil {
return fmt.Errorf("Neither 'vmware-vdiskmanager', not 'qemu-img' found in path.")
return fmt.Errorf(
"Neither 'vmware-vdiskmanager', nor 'qemu-img' found in path.\n" +
"One of these is required to configure disks for VMware Player.")
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment