From 5932ecf07cddcd9ec811a0e83ec97aad14a39073 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 19 Sep 2010 15:32:44 +0200 Subject: Adding debian-live-pxe-server packages list. --- hooks/debian-live-pxe-server | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 hooks/debian-live-pxe-server (limited to 'hooks') diff --git a/hooks/debian-live-pxe-server b/hooks/debian-live-pxe-server new file mode 100755 index 000000000..565ead59f --- /dev/null +++ b/hooks/debian-live-pxe-server @@ -0,0 +1,17 @@ +#!/bin/sh + +## live-build(7) - System Build Scripts +## Copyright (C) 2006-2010 Daniel Baumann +## +## 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 -- cgit v1.2.3