[SCM] debian-live/live-helper branch, master, updated. 1.0_a38-1-10-gd104e3f

Daniel Baumann daniel at debian.org
Fri Feb 29 12:28:40 UTC 2008


The following commit has been merged in the master branch:
commit d104e3f6e722b461979f04571f3ea61c2d00d34e
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Feb 29 13:27:56 2008 +0100

    Honor local preseeding file for debian-installer.

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

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list