From fc3d5026e6422b0770798e5994b7b9ca220331f5 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 4 Aug 2012 12:55:30 +0200 Subject: D-I PXE Environment: Pack files in tarball to preserve absolute symlinks. Adapt README.tftp to this change. --- examples/mainserver/README.tftp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 examples/mainserver/README.tftp (limited to 'examples/mainserver/README.tftp') 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 + -- cgit v1.2.3