[SCM] debian-live branch, master, updated. 1.0_a48-1-98-gea96223

Daniel Baumann daniel at debian.org
Sat Aug 23 22:49:26 UTC 2008


The following commit has been merged in the master branch:
commit 6d468a85a5baf6f4dbb96931e32ad07057fa0605
Author: Tiago Bortoletto Vaz <tiagovaz at safernet.org.br>
Date:   Tue Aug 12 22:00:20 2008 +0200

    Allowing to use more than one preseeding file to be on the media.

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
 

-- 
debian-live



More information about the debian-live-changes mailing list