#!/bin/bash
#Un comment to send the output of this script to a logfile
exec > /opt/vmware/var/log/firstboot 2>&1

echo "This script is executed on first boot only."
/opt/vmware/va/config/firstboot.sh

#Un comment to run subsequent boot script after first boot
#opt/vmware/etc/isv/subsequentboot 
