summaryrefslogtreecommitdiff
path: root/examples/mainserver/README.tftp
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-01-05 23:20:23 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-01-05 23:21:54 +0100
commite2804db21bd0ce9b06ed6535299aefc91192685d (patch)
treebc5a2ea7e1844461d94b63311530c8a10e47e4ba /examples/mainserver/README.tftp
parent2f269989aebfd41e2fbf626fd0944f770e1b3617 (diff)
downloaditzks-systems-e2804db21bd0ce9b06ed6535299aefc91192685d.tar.gz
itzks-systems-e2804db21bd0ce9b06ed6535299aefc91192685d.tar.bz2
itzks-systems-e2804db21bd0ce9b06ed6535299aefc91192685d.zip
examples/mainserver/: Drop example TFTP configuration. Not used anymore, at all.
Diffstat (limited to 'examples/mainserver/README.tftp')
-rw-r--r--examples/mainserver/README.tftp17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/mainserver/README.tftp b/examples/mainserver/README.tftp
deleted file mode 100644
index dbfe561..0000000
--- a/examples/mainserver/README.tftp
+++ /dev/null
@@ -1,17 +0,0 @@
-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
-