[SCM] debian-live branch, master, updated. 1.0_a48-1-75-gf5d6f58

Daniel Baumann daniel at debian.org
Thu Aug 14 03:57:38 UTC 2008


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