diff options
Diffstat (limited to 'examples/mainserver/tftp')
-rw-r--r-- | examples/mainserver/tftp/README.tftp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/mainserver/tftp/README.tftp b/examples/mainserver/tftp/README.tftp deleted file mode 100644 index ade26cd..0000000 --- a/examples/mainserver/tftp/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. 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 - |