[SCM] debian-live branch, master, updated. 1.0_a48-1-62-g1d526b9

Daniel Baumann daniel at debian.org
Tue Aug 12 20:22:44 UTC 2008


The following commit has been merged in the master branch:
commit 2a83fdca914efe543bb4401d3a38abca92d16129
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