From 348cb4b391ea151511a077636a112b7399f99088 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 3 Jun 2011 10:39:45 +0200 Subject: Moving 'default' hooks for minimal and stripped to example hooks, they will have to be enabled manually now (Closes: #627183). Previously, there were a couple of hooks that were automatically run for some image flavours. This came back from the old days when we had to deconfigure gdm and enable kdm explicitly for kde images. After lenny, this hack was not needed anymore, and there's not much sense to keep the mechanism in place at all. Better, let's treat all images the same way wrt/ hooks and don't do special automagics. The only images that is of concern of are minimal and stripped which we don't build by default anyway. This also stopps confusing others. --- hooks/debian-live-pxe-server | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 hooks/debian-live-pxe-server (limited to 'hooks/debian-live-pxe-server') diff --git a/hooks/debian-live-pxe-server b/hooks/debian-live-pxe-server deleted file mode 100755 index 4bde28bcb..000000000 --- a/hooks/debian-live-pxe-server +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -## live-build(7) - System Build Scripts -## Copyright (C) 2006-2011 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