diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-19 03:33:28 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-19 03:33:28 +0200 |
commit | 65470edffa6b75afbbc4709fd2d0c564e69102ce (patch) | |
tree | 3dc6884c18760f398d9f7f04cb259057e9593aa3 /examples | |
parent | 394fb6ab237dc0577ecbd17bf2f8d12e52369ab7 (diff) | |
download | vyos-live-build-65470edffa6b75afbbc4709fd2d0c564e69102ce.tar.gz vyos-live-build-65470edffa6b75afbbc4709fd2d0c564e69102ce.zip |
Removing debian-live-pxe-server.chroot example hook, not usefull in this way.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/hooks/debian-live-pxe-server.chroot | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/hooks/debian-live-pxe-server.chroot b/examples/hooks/debian-live-pxe-server.chroot deleted file mode 100755 index cd31fe6bf..000000000 --- a/examples/hooks/debian-live-pxe-server.chroot +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -## live-build(7) - System Build Scripts -## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org> -## -## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -## This is free software, and you are welcome to redistribute it -## under certain conditions; see COPYING for details. - - -set -e - -# Adding symlink in /srv/tftp for debian-installer netboot images -ARCHITECTURE="$(dpkg --print-architecture)" - -rm -rf /srv/tftp -ln -s /usr/lib/debian-installer/images/${ARCHITECTURE}/text /srv/tftp |