diff options
author | Daniel Baumann <daniel.baumann@students.unibe.ch> | 2009-12-09 08:20:21 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:02 +0100 |
commit | 25c38a043ed102b7d636432425b4cc0aade6a156 (patch) | |
tree | a6b5bcfe13f87236fc2ad440eb7d4c1ef7bcd7b8 /helpers/lh_binary_linux-image | |
parent | 7199152daefae09be74ce41c612a91fb740847f2 (diff) | |
download | live-build-25c38a043ed102b7d636432425b4cc0aade6a156.zip live-build-25c38a043ed102b7d636432425b4cc0aade6a156.tar.gz |
Don't try to install parameters.txt for casper in ubuntu mode (Closes: #560109).
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 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 ;; |