Make sure init in overlay is executable

This commit is contained in:
Gregory Kurtzer
2020-10-30 22:51:56 -07:00
parent d8d22601f4
commit 91006c67ab

View File

@@ -11,6 +11,7 @@ files:
sudo install -m 0644 nodes.yaml /etc/warewulf/nodes.yaml sudo install -m 0644 nodes.yaml /etc/warewulf/nodes.yaml
sudo cp -r tftpboot/* /var/lib/tftpboot/warewulf/ipxe/ sudo cp -r tftpboot/* /var/lib/tftpboot/warewulf/ipxe/
sudo cp -r overlays /etc/warewulf/ sudo cp -r overlays /etc/warewulf/
sudo chmod +x /etc/warewulf/overlays/generic/init
services: files services: files
sudo systemctl enable tftp sudo systemctl enable tftp