diff options
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_linux-image | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_binary_linux-image b/helpers/lh_binary_linux-image index 6795ec4..8290887 100755 --- a/helpers/lh_binary_linux-image +++ b/helpers/lh_binary_linux-image @@ -90,11 +90,11 @@ case "${LH_INITRAMFS}" in casper) # Checking casper templates Check_templates casper - cp "${TEMPLATES}"/parameters.txt "${DESTDIR}"/parameters.txt + cp "${TEMPLATES}"/parameters.txt "${DESTDIR}"/parameters.txt || true ;; live-initramfs) - cp chroot/usr/share/doc/live-initramfs/parameters.txt "${DESTDIR}"/parameters.txt + cp chroot/usr/share/doc/live-initramfs/parameters.txt "${DESTDIR}"/parameters.txt || true ;; esac |