diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-16 10:12:27 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-16 10:12:27 +0100 |
commit | 1212aafb8a7f83549e0cc6e04a47ef40ef01f6a6 (patch) | |
tree | 650308e3f53c57c76df29ff8e10715938b856ab6 /helpers | |
parent | f81d94ffa47f8670f6217df13e2dd1d5b36c2678 (diff) | |
download | vyos-live-build-1212aafb8a7f83549e0cc6e04a47ef40ef01f6a6.tar.gz vyos-live-build-1212aafb8a7f83549e0cc6e04a47ef40ef01f6a6.zip |
Correct bogus path for d-i preseed files.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 8a26be26f..8c8240c00 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -634,7 +634,7 @@ then fi # Including preseeding files - if Find_files config/binary_debian_installer/*.cfg + if Find_files config/binary_debian-installer/*.cfg then cp config/binary_debian-installer/*.cfg binary/install fi |