diff options
author | Tiago Bortoletto Vaz <tiagovaz@safernet.org.br> | 2008-08-12 22:00:20 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-08-14 05:44:22 +0200 |
commit | 35029d8c670b80e400f17c35a583fbc2f95d6ff4 (patch) | |
tree | 48c4a8f21e0696c04af7c9b720b001ecc1f1c631 /helpers | |
parent | 029e62306b38e0215a5cf35f1ce84924d32e38cf (diff) | |
download | vyos-live-build-35029d8c670b80e400f17c35a583fbc2f95d6ff4.tar.gz vyos-live-build-35029d8c670b80e400f17c35a583fbc2f95d6ff4.zip |
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 6d6cab90e..35f526326 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 |