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 +++++++++++++++++ examples/mainserver/tftp/README.tftp | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 examples/mainserver/README.tftp delete mode 100644 examples/mainserver/tftp/README.tftp (limited to 'examples/mainserver') 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 + 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 - -- cgit v1.2.3