summaryrefslogtreecommitdiff
path: root/helpers/binary_linux-image
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-06-22 16:56:18 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:11 +0100
commita3b5cbffc36b730b9c6942d6995a08ff9fa1957b (patch)
treed863f7fab26ed69c9f87de1328d949d0940b1f0e /helpers/binary_linux-image
parent92c3194fc5757f380931fea67f630d02696afb2c (diff)
downloadlive-build-a3b5cbffc36b730b9c6942d6995a08ff9fa1957b.zip
live-build-a3b5cbffc36b730b9c6942d6995a08ff9fa1957b.tar.gz
Silencing copying of parameters.txt in binary_linux-image.
Diffstat (limited to 'helpers/binary_linux-image')
-rwxr-xr-xhelpers/binary_linux-image5
1 files changed, 4 insertions, 1 deletions
diff --git a/helpers/binary_linux-image b/helpers/binary_linux-image
index bf0936a..e82ec10 100755
--- a/helpers/binary_linux-image
+++ b/helpers/binary_linux-image
@@ -73,7 +73,10 @@ cp chroot/boot/initrd.img-* "${DESTDIR}"
case "${LH_INITRAMFS}" in
live-initramfs)
- cp chroot/usr/share/doc/live-initramfs/parameters.txt "${DESTDIR}"/parameters.txt || true
+ if [ -e chroot/usr/share/doc/live-initramfs/parameters.txt ]
+ then
+ cp chroot/usr/share/doc/live-initramfs/parameters.txt "${DESTDIR}"/parameters.txt
+ fi
;;
esac