diff options
author | Tiago Bortoletto Vaz <tiagovaz@safernet.org.br> | 2008-08-12 22:00:20 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:39 +0100 |
commit | eae542dababfa372746e64c729ad6e49c9afbc88 (patch) | |
tree | 32b1f80ab5960f5ec32da1abfe863aa5889c42b7 /helpers | |
parent | 36929d21720d735968fece30905ef87d8da45dd2 (diff) | |
download | live-build-eae542dababfa372746e64c729ad6e49c9afbc88.zip live-build-eae542dababfa372746e64c729ad6e49c9afbc88.tar.gz |
Allowing to use more than one preseeding file to be on the media.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 4 |
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 |