summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Bortoletto Vaz <tiagovaz@safernet.org.br>2008-08-12 22:00:20 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:39 +0100
commiteae542dababfa372746e64c729ad6e49c9afbc88 (patch)
tree32b1f80ab5960f5ec32da1abfe863aa5889c42b7
parent36929d21720d735968fece30905ef87d8da45dd2 (diff)
downloadlive-build-eae542dababfa372746e64c729ad6e49c9afbc88.zip
live-build-eae542dababfa372746e64c729ad6e49c9afbc88.tar.gz
Allowing to use more than one preseeding file to be on the media.
-rwxr-xr-xhelpers/lh_binary_debian-installer4
1 files changed, 2 insertions, 2 deletions
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