summaryrefslogtreecommitdiffstats
path: root/nfv-installer/docker-pxe-ramboot/entrypoint.sh
diff options
context:
space:
mode:
authorGabriel Ionescu <gabriel.ionescu@enea.com>2017-10-13 16:01:48 +0200
committerMartin Borg <martin.borg@enea.com>2017-10-13 16:07:59 +0200
commita85474adbbca9d48e67ce10700e5f3ed2c64dfdc (patch)
tree1371dced6f3b11cf6d10dddfa750e45388cf89b5 /nfv-installer/docker-pxe-ramboot/entrypoint.sh
parent52b21feca5803392c6156b148332d93fad9288a2 (diff)
downloadnfv-access-tools-a85474adbbca9d48e67ce10700e5f3ed2c64dfdc.tar.gz
Add Docker PXE installerHEADmaster
Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
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