small...
This commit is contained in:
10
config-full.sh
Executable file
10
config-full.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ./settings.sh
|
||||
|
||||
cat ./resources/default-full | \
|
||||
sed -e "s/__NFSSERVERIP__/${NFSSERVERIP}/g" \
|
||||
-e "s/__MENUTITLE__/${MENUTUTLE}/g" \
|
||||
-e "s/__MENUBACKGROUND__/${MENUBACKGROUND}/g" > ${TFTP}/pxelinux.cfg/default
|
||||
cp -av ./free ${TFTP}/
|
||||
cp -av ./non-free ${TFTP}/
|
||||
Reference in New Issue
Block a user