diff options
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_linux-image | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/helpers/lh_binary_linux-image b/helpers/lh_binary_linux-image index e3bcb380d..d08ae18ca 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 ;; |