bugs corrected

This commit is contained in:
root 2023-04-13 07:08:58 +00:00
parent 5f06210f58
commit 2a1e6ec4f4
2 changed files with 5 additions and 0 deletions

View File

@ -7,5 +7,6 @@ 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}/

View File

@ -5,6 +5,10 @@
WGET="-nv -nc"
Z7="-aos"
if ! [ -e ./temp ]; then
mkdir -p ./temp
fi
echo "--- FreeDOS -- ---------------------------------------------------------------------"
echo "------------------------------------------------------------------------------------"
CZURL="https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.3/official/FD13-LiveCD.zip"