summaryrefslogtreecommitdiff
path: root/nfsboot-server.configure
diff options
context:
space:
mode:
Diffstat (limited to 'nfsboot-server.configure')
-rwxr-xr-xnfsboot-server.configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/nfsboot-server.configure b/nfsboot-server.configure
index 47d00676..75ef8d35 100755
--- a/nfsboot-server.configure
+++ b/nfsboot-server.configure
@@ -51,3 +51,8 @@ for prefix in / /usr; do
fi
done
done
+
+pxelinux_file="$ROOT/usr/share/syslinux/pxelinux.0"
+if [ -e "$pxelinux_file" ]; then
+ cp "$pxelinux_file" "$ROOT$tftp_root/pxelinux.0"
+fi