diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-08-04 12:55:30 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-08-04 12:55:30 +0200 |
commit | fc3d5026e6422b0770798e5994b7b9ca220331f5 (patch) | |
tree | e103a2c0342dd1875be2cc75813b2837981a85a5 /examples/mainserver/README.tftp | |
parent | d38ed5fdc2a0fb567d6b0d382a7bb0177649a78a (diff) | |
download | itzks-systems-fc3d5026e6422b0770798e5994b7b9ca220331f5.tar.gz itzks-systems-fc3d5026e6422b0770798e5994b7b9ca220331f5.tar.bz2 itzks-systems-fc3d5026e6422b0770798e5994b7b9ca220331f5.zip |
D-I PXE Environment: Pack files in tarball to preserve absolute symlinks. Adapt README.tftp to this change.
Diffstat (limited to 'examples/mainserver/README.tftp')
-rw-r--r-- | examples/mainserver/README.tftp | 17 |
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 + |