summaryrefslogtreecommitdiff
path: root/examples/mainserver/tftp/README.tftp
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-08-04 12:38:23 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-08-04 12:38:23 +0200
commit055f0e8291e3aa9404a3e7a23d56cadc170665d9 (patch)
tree3dc8818194e439870153b4fad950734a1a067b6f /examples/mainserver/tftp/README.tftp
parent119b9754627ef46fa0d2c739ccfe3afb1a4d3e98 (diff)
downloaditzks-systems-055f0e8291e3aa9404a3e7a23d56cadc170665d9.tar.gz
itzks-systems-055f0e8291e3aa9404a3e7a23d56cadc170665d9.tar.bz2
itzks-systems-055f0e8291e3aa9404a3e7a23d56cadc170665d9.zip
D-I PXE Environment: Provide the /srv/tftp directory as ,,examples'', installing to /srv directly is a heavy violation of the Debian Policy, so we avoid that.
Diffstat (limited to 'examples/mainserver/tftp/README.tftp')
-rw-r--r--examples/mainserver/tftp/README.tftp17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/mainserver/tftp/README.tftp b/examples/mainserver/tftp/README.tftp
new file mode 100644
index 0000000..ade26cd
--- /dev/null
+++ b/examples/mainserver/tftp/README.tftp
@@ -0,0 +1,17 @@
+This folder contains a PXE Bootenvironment that provides the
+Debian Edu installer (in German) on the Debian Edu main server.
+
+Installation steps:
+
+ 1. Copy these files to tjener:/srv/tftp
+
+ $ cp -a /usr/share/doc/itzks-packages-mainserver/examples/tftp /srv
+
+ 2. Preserve /var/lib/tftpboot
+
+ $ mv /var/lib/tftpboot /var/lib/tftpboot.orig
+
+ 3. Symlink /var/lib/tftpboot -> /srv/tftp
+
+ $ ln -s /srv/tftp /var/lib/tftpboot
+