refining scripts, adding winpe boot

This commit is contained in:
root
2023-04-13 12:28:53 +00:00
parent 454bce2beb
commit a5e1720463
8 changed files with 78 additions and 9 deletions

11
generate-full-menu.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/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