pxe-bootserver/config-full.sh
2023-04-13 10:08:48 +00:00

12 lines
296 B
Bash
Executable File

#!/bin/sh
. ./settings.sh
echo "Generating PXE Menu..."
cat ./resources/default-full | \
sed -e "s/__NFSSERVERIP__/${NFSSERVERIP}/g" \
-e "s/__MENUTITLE__/${MENUTUTLE}/g" \
-e "s/__MENUBACKGROUND__/${MENUBACKGROUND}/g" > ${TFTP}/pxelinux.cfg/default
./configure-debian-system.sh