summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhelpers/lh_binary_linux-image6
1 files changed, 0 insertions, 6 deletions
diff --git a/helpers/lh_binary_linux-image b/helpers/lh_binary_linux-image
index e3bcb38..d08ae18 100755
--- a/helpers/lh_binary_linux-image
+++ b/helpers/lh_binary_linux-image
@@ -72,12 +72,6 @@ cp chroot/boot/"${LINUX}"-* "${DESTDIR}"
cp chroot/boot/initrd.img-* "${DESTDIR}"
case "${LH_INITRAMFS}" in
- casper)
- # Checking casper templates
- Check_templates casper
- cp "${TEMPLATES}"/parameters.txt "${DESTDIR}"/parameters.txt || true
- ;;
-
live-initramfs)
cp chroot/usr/share/doc/live-initramfs/parameters.txt "${DESTDIR}"/parameters.txt || true
;;