Archive

Archive for 2007k2007 Urria 3

Sare lokalak apunteak

Categories: Uncategorized

VMware ISO erabilera

Sistema eragile bat instalatu nahi badegu (vmwarez) baina ISO fitxategi batetik:

hemen irakurria 

Use the ISO image option in EasyVMX!
If you already made and installed your virtual machine, edit your .vmx file and add these lines:

CODE

# Second CDROM, ISO-image
ide1:1.present = “TRUE”
ide1:1.fileName = “my_iso_image.iso”
ide1:1.deviceType = “cdrom-image”
ide1:1.startConnected = “FALSE”
ide1:1.mode = “persistent”

Replace “my_iso_image.iso” with the name of your ISO image.
Place your ISO image in the same directory as your virtual machine.

Categories: Uncategorized