summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorTiago Bortoletto Vaz <tiagovaz@safernet.org.br>2008-08-12 22:11:18 +0200
committerDaniel Baumann <daniel@debian.org>2008-08-14 05:44:22 +0200
commit2585f5591e672859ccc9159b2ab51747f91c7381 (patch)
treeaf757f0deed175709d3ddc1b8dffbb0c441eb9da /helpers
parent2fb67cb362a18cffb0810482163279dd57aa0943 (diff)
downloadvyos-live-build-2585f5591e672859ccc9159b2ab51747f91c7381.tar.gz
vyos-live-build-2585f5591e672859ccc9159b2ab51747f91c7381.zip
Also allowing multiple preseeding files for netboot.
Diffstat (limited to 'helpers')
-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 35f526326..8a26be26f 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 ..