adding packaging
This commit is contained in:
8
misc/scripts/basic-setup.sh
Normal file
8
misc/scripts/basic-setup.sh
Normal 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
|
Reference in New Issue
Block a user