fuel-library/deployment/puppet/cobbler/templates/cobbler-tftp.conf.erb
Sergii Golovatiuk 03558ce662 Use HTTP to download kernel and initital RAM disk
As of version 3.70 (Fuel uses 4.05) pxelinux can download files
via HTTP.

DHCP option 210 sets prefix for all files that pxelinux downloads.

Change-Id: I26b62414e1cc0193c75f954ed7ed76570a4bf2f6
Doc-Impact: ops-guide
Closes-Bug: 1521759
2015-12-17 06:49:12 +00:00

7 lines
139 B
Plaintext

Alias /cobbler/boot /var/lib/tftpboot
<Directory /var/lib/tftpboot>
Options +Indexes +FollowSymLinks
Require all granted
</Directory>