summaryrefslogtreecommitdiff
path: root/examples/mainserver/README.tftp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mainserver/README.tftp')
-rw-r--r--examples/mainserver/README.tftp17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/mainserver/README.tftp b/examples/mainserver/README.tftp
new file mode 100644
index 0000000..ca21b47
--- /dev/null
+++ b/examples/mainserver/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. Untar these files to tjener:/srv/tftp
+
+ $ tar xvz -C /srv -f mainserver-tftp.tar.gz
+
+ 2. Preserve Debian Edu's original of /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
+