From d78a97a521f6da5dcf3a5759eb87562ca3bb94f1 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Fri, 29 Feb 2008 13:27:56 +0100
Subject: Honor local preseeding file for debian-installer.

---
 helpers/lh_binary_debian-installer | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 771bebe..d2bf816 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -424,5 +424,11 @@ then
 	ln -s . binary/debian
 fi
 
+# Including preseeding file
+if [ -e config/binary_debian-installer/preseed.cfg ]
+then
+	cp config/binary_debian-installer/preseed.cfg binary/install
+fi
+
 # Creating stage file
 Create_stagefile .stage/binary_debian-installer
-- 
cgit v1.0