summaryrefslogtreecommitdiffstats
path: root/nfv-installer/docker-pxe-ramboot/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nfv-installer/docker-pxe-ramboot/entrypoint.sh')
-rwxr-xr-xnfv-installer/docker-pxe-ramboot/entrypoint.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/nfv-installer/docker-pxe-ramboot/entrypoint.sh b/nfv-installer/docker-pxe-ramboot/entrypoint.sh
new file mode 100755
index 0000000..0930cb9
--- /dev/null
+++ b/nfv-installer/docker-pxe-ramboot/entrypoint.sh
@@ -0,0 +1,6 @@
1#!/usr/bin/env bash
2echo "Starting DHCP on interface: $1"
3
4/usr/sbin/dhcpd --no-pid $1
5nohup in.tftpd -L&
6/bin/bash