#!/bin/bash echo ""; echo "Installing CustomeHostName Patch" cp -f ${postinitpath}fog.man.reg.fix /bin/fog.man.reg cp -f ${postinitpath}fog.auto.reg /bin/fog.auto.reg cp -f ${postinitpath}fog.customhostname /bin/fog.customhostname echo "Done Patching"