diff options
Diffstat (limited to 'helpers/lh_binary_linux-image')
-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 8f7e1e1c2..529e57efe 100755 --- a/helpers/lh_binary_linux-image +++ b/helpers/lh_binary_linux-image @@ -74,12 +74,6 @@ mkdir -p "${DESTDIR}" cp chroot/boot/"${LINUX}"-* "${DESTDIR}" cp chroot/boot/initrd.img-* "${DESTDIR}" -# Including boot parameter documentation -if [ "${LH_BINARY_IMAGES}" != "net" ] -then - DESTDIR="binary" -fi - case "${LH_INITRAMFS}" in casper) # Checking casper templates |