[SCM] debian-live/live-helper branch, master, updated. 1.0_a38-1-11-g179b86a
Daniel Baumann
daniel at debian.org
Fri Feb 29 12:32:19 UTC 2008
The following commit has been merged in the master branch:
commit 179b86ab6469082ae34fabe5c7952a364de90253
Author: Daniel Baumann <daniel at debian.org>
Date: Fri Feb 29 13:32:16 2008 +0100
Using wildcards to support more than one preseeding file.
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index d2bf816..06e9ecd 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -424,10 +424,10 @@ then
ln -s . binary/debian
fi
-# Including preseeding file
-if [ -e config/binary_debian-installer/preseed.cfg ]
+# Including preseeding files
+if [ -e config/binary_debian-installer/preseed*.cfg ]
then
- cp config/binary_debian-installer/preseed.cfg binary/install
+ cp config/binary_debian-installer/preseed*.cfg binary/install
fi
# Creating stage file
--
debian-live/live-helper
More information about the debian-live-changes
mailing list