Lines Matching +full:serial +full:- +full:dir
5 # -------------
6 # - Edit the Virtual Machine ("Edit virtual machine settings")
7 # - Add a Serial Port
8 # - You almost certainly want it set "Connect at power on"
9 # - Select "Use socket (named pipe)"
10 # - Select a name that you'll recognize, like 'ktestserialpipe'
11 # - From: Server
12 # - To: A Virtual Machine
13 # - Save
14 # - Make sure you note the name, it will be in the base directory of the
18 # - Make note of the path to the VM
26 # Name of the serial pipe you set in the VMware settings
36 # VM dir name. This is usually the same as the virtual machine's name,
46 CONSOLE = /usr/bin/ncat -U ${VMWARE_VM_BASE_DIR}/${VMWARE_SERIAL_NAME}
52 # ws - Workstation (Windows or Linux host)
53 # fusion - Fusion (Mac host)
54 # player - Using VMware Player (Windows or Linux host)
60 VMWARE_POWER_CYCLE = /usr/bin/vmrun -T ${VMWARE_HOST_TYPE} reset ${VMWARE_VM_BASE_DIR}/${VMWARE_VM_…
69 # TESTS = patchcheck, randconfig, boot, test, config-bisect, bisect, min-config
101 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
104 # the reboot command and then do a full power-cycle of the guest.
137 INCLUDE include/min-config.conf