From eae542dababfa372746e64c729ad6e49c9afbc88 Mon Sep 17 00:00:00 2001
From: Tiago Bortoletto Vaz <tiagovaz@safernet.org.br>
Date: Tue, 12 Aug 2008 22:00:20 +0200
Subject: Allowing to use more than one preseeding file to be on the media.

---
 helpers/lh_binary_debian-installer | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 6d6cab9..35f5263 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -634,9 +634,9 @@ then
 	fi
 
 	# Including preseeding files
-	if Find_files config/binary_debian_installer/preseed*.cfg
+	if Find_files config/binary_debian_installer/*.cfg
 	then
-		cp config/binary_debian-installer/preseed*.cfg binary/install
+		cp config/binary_debian-installer/*.cfg binary/install
 	fi
 fi
 
-- 
cgit v1.0