summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_debian-installer
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-02-29 13:27:56 +0100
committerDaniel Baumann <daniel@debian.org>2008-02-29 13:27:56 +0100
commitd104e3f6e722b461979f04571f3ea61c2d00d34e (patch)
treeef64bb16cf184cd1fe42b1fccb7772547fa4226c /helpers/lh_binary_debian-installer
parent5ce8ab768b6e85c3cc3f71136b47bf4f66c3c733 (diff)
downloadvyos-live-build-d104e3f6e722b461979f04571f3ea61c2d00d34e.tar.gz
vyos-live-build-d104e3f6e722b461979f04571f3ea61c2d00d34e.zip
Honor local preseeding file for debian-installer.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-xhelpers/lh_binary_debian-installer6
1 files changed, 6 insertions, 0 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 771bebe9c..d2bf81677 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -424,5 +424,11 @@ then
ln -s . binary/debian
fi
+# Including preseeding file
+if [ -e config/binary_debian-installer/preseed.cfg ]
+then
+ cp config/binary_debian-installer/preseed.cfg binary/install
+fi
+
# Creating stage file
Create_stagefile .stage/binary_debian-installer