#
# thomas@linuxmuster.net
# 26.11.2013
# GPL v3
#

echo "### 05_dhcp prepatch"

# test for pxe boot method and provide the according dhcp.conf template
if [ -e "$LINBODIR/grub/pxegrub.0" ]; then
 cp dhcpd.conf.pxegrub dhcpd.conf
else
 cp dhcpd.conf.pxelinux dhcpd.conf
fi
