summaryrefslogtreecommitdiffstats
path: root/tftp.conf
diff options
context:
space:
mode:
authorNathan Straz <nstraz@redhat.com>2009-02-02 18:36:40 -0500
committerNathan Straz <nstraz@redhat.com>2009-02-02 18:36:40 -0500
commit7e1247b426ae86d7c660a9ca87f76d43773670f6 (patch)
treeb91f593102a185a998bec50255e52ef0022de948 /tftp.conf
downloadsteeltoe-7e1247b426ae86d7c660a9ca87f76d43773670f6.tar.gz
steeltoe-7e1247b426ae86d7c660a9ca87f76d43773670f6.tar.xz
steeltoe-7e1247b426ae86d7c660a9ca87f76d43773670f6.zip
Import a sanitized version of Steel Toe, the provisioning system.
Diffstat (limited to 'tftp.conf')
-rw-r--r--tftp.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/tftp.conf b/tftp.conf
new file mode 100644
index 0000000..d768b87
--- /dev/null
+++ b/tftp.conf
@@ -0,0 +1,7 @@
+# Map /tftpboot into the web space so we can find kickstart files
+
+Alias /tftpboot /tftpboot
+
+<Location /tftpboot>
+ Options -Indexes
+</Location>