adding packaging

This commit is contained in:
2022-12-02 14:26:25 +01:00
parent 41f93fcf15
commit 6435d0e844
4 changed files with 66 additions and 7 deletions

View File

@ -0,0 +1,8 @@
#!/bin/sh
ip=$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1)
sed -i -e "s/MY_IP_HERE/${ip}/g" /srv/tftpboot/menu/boot.ipxe
service dnsmasq start
service mini_httpd start