c7e5c76642
The below PS has manifests files related to capm3, bmo and ironic for v0.5.0 versions. Relates-To: #518 #558 #560 Change-Id: Id9240320bc8dec32d5e5384c39e26ba04f55f9bd
10 lines
365 B
Bash
10 lines
365 B
Bash
#!/usr/bin/bash
|
|
|
|
cp -f /tftpboot/undionly.kpxe /tftpboot/ipxe.efi /tftpboot/snponly.efi /shared/tftpboot
|
|
cp -f /shared/inspector.ipxe /shared/html/inspector.ipxe
|
|
cp -f /shared/dualboot.ipxe /shared/html/dualboot.ipxe
|
|
cp -f /tmp/uefi_esp.img /shared/html/uefi_esp.img
|
|
|
|
/bin/runhealthcheck "dnsmasq" &>/dev/null &
|
|
exec /usr/sbin/dnsmasq -d -q -C /shared/dnsmasq.conf
|