summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_debian-installer
diff options
context:
space:
mode:
authorTiago Bortoletto Vaz <tiagovaz@safernet.org.br>2008-08-12 22:11:18 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:39 +0100
commitaa6204c8aec159875bf1010ca93eea05a16949b2 (patch)
tree2a6978e7357269d6d83366705be4d76bb1543b89 /helpers/lh_binary_debian-installer
parent384a050c792ed13b3c1b0427ce55b7c3b3463170 (diff)
downloadlive-build-aa6204c8aec159875bf1010ca93eea05a16949b2.zip
live-build-aa6204c8aec159875bf1010ca93eea05a16949b2.tar.gz
Also allowing multiple preseeding files for netboot.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-xhelpers/lh_binary_debian-installer2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 35f5263..8a26be2 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -651,7 +651,7 @@ Repack_initrd()
cd ${REPACK_TMPDIR}
gzip -d < ../${TARGET_INITRD} | cpio -i --make-directories --no-absolute-filenames
- cp ../config/binary_debian-installer/preseed.cfg .
+ cp ../config/binary_debian-installer/*.cfg .
find | cpio -H newc -o | gzip -9 > ../${TARGET_INITRD}
cd ..