# # this is an include file for runvmware # # create Windows config file # definition of some resolution variables hostres=$(xvidtune -show | grep -ve "^$") x_param=$(echo "${hostres}" | awk '{print $3}') y_param=$(echo "${hostres}" | awk '{print $7}') # sync is needed to ensure that data is really written to virtual disk sync echo -e "\r \r \r \r \r \r \r \r \r \r \r \r" \ > /media/loop0/config.xml sync