From aa6204c8aec159875bf1010ca93eea05a16949b2 Mon Sep 17 00:00:00 2001 From: Tiago Bortoletto Vaz Date: Tue, 12 Aug 2008 22:11:18 +0200 Subject: Also allowing multiple preseeding files for netboot. --- helpers/lh_binary_debian-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/lh_binary_debian-installer') 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 .. -- cgit v1.2.3