complete start over...
This commit is contained in:
11
old-version/generate-minimal-menu.sh
Executable file
11
old-version/generate-minimal-menu.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ./settings.sh
|
||||
|
||||
echo "Generating PXE Menu..."
|
||||
cat ./resources/default-minimal | \
|
||||
sed -e "s/__NFSSERVERIP__/${NFSSERVERIP}/g" \
|
||||
-e "s/__MENUTITLE__/${MENUTUTLE}/g" \
|
||||
-e "s/__MENUBACKGROUND__/${MENUBACKGROUND}/g" > ${TFTP}/pxelinux.cfg/default
|
||||
|
||||
./configure-debian-system.sh
|
Reference in New Issue
Block a user