summaryrefslogtreecommitdiffstats
path: root/pxeserver
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-05-05 22:35:49 +0200
committer Eric Hameleers <alien@slackware.com>2016-05-05 22:35:49 +0200
commitab74cf140916e9444e0259afa0ebd702e9d39fd8 (patch)
tree9cce0b02d52aa2db640809a454c12110cbbc4921 /pxeserver
parentc5686627b00f9342f3298c911b6443afa3046853 (diff)
downloadliveslak-ab74cf140916e9444e0259afa0ebd702e9d39fd8.tar.gz
liveslak-ab74cf140916e9444e0259afa0ebd702e9d39fd8.tar.xz
pxeserver: minor polishing.
Diffstat (limited to 'pxeserver')
-rwxr-xr-xpxeserver4
1 files changed, 2 insertions, 2 deletions
diff --git a/pxeserver b/pxeserver
index 3ec9370..0d81663 100755
--- a/pxeserver
+++ b/pxeserver
@@ -102,7 +102,7 @@ TMP=/var/log/setup/tmp
if [ ! -d $TMP ]; then
mkdir -p $TMP
fi
-rm -f $TMP/SeT*
+rm -f $TMP/SeT* $TMP/pxe*
echo "on" > $TMP/SeTcolor # turn on color menus
PATH="$PATH:/usr/share/@LIVEMAIN@"
export PATH;
@@ -403,7 +403,7 @@ Slackware's PXE server starting on ${INTERFACE} needs a working DHCP server.\n\
Do you want this computer to start its own DHCP server on ${INTERFACE} \
(you can control what IP addresses are used by the DHCP server)?\n\
Say 'YES' if you are certain your network interface ${INTERFACE} is
-not in reach of any DHCP server." 9 68
+not in reach of any DHCP server." 13 68
if [ $? = 0 ]; then
OWNDHCP="yes"
else