summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_linux-image
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:05:16 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:26 +0100
commitf314791fa2fa3e6a557ca50ecb4a0cf7798fee79 (patch)
tree1289402c2df38afa3f1f70c7e40fe4f35835d670 /helpers/lh_binary_linux-image
parentc79ab34a7c597c9e3ab202c644121c6944789424 (diff)
downloadvyos-live-build-f314791fa2fa3e6a557ca50ecb4a0cf7798fee79.tar.gz
vyos-live-build-f314791fa2fa3e6a557ca50ecb4a0cf7798fee79.zip
Adding live-helper 1.0~a20-1.
Diffstat (limited to 'helpers/lh_binary_linux-image')
-rwxr-xr-xhelpers/lh_binary_linux-image4
1 files changed, 3 insertions, 1 deletions
diff --git a/helpers/lh_binary_linux-image b/helpers/lh_binary_linux-image
index 077b4e319..9e4d74c9c 100755
--- a/helpers/lh_binary_linux-image
+++ b/helpers/lh_binary_linux-image
@@ -106,7 +106,9 @@ fi
case "${LH_INITRAMFS}" in
casper)
- cp "${LH_BASE:-/usr/share/live-helper}"/data/casper/parameters.txt "${DESTDIR}"/parameters.txt
+ # Checking casper templates
+ Check_templates casper
+ cp "${TEMPLATES}"/casper/parameters.txt "${DESTDIR}"/parameters.txt
;;
live-initramfs)