summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@students.unibe.ch>2009-12-09 08:20:21 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:02 +0100
commit25c38a043ed102b7d636432425b4cc0aade6a156 (patch)
treea6b5bcfe13f87236fc2ad440eb7d4c1ef7bcd7b8 /helpers
parent7199152daefae09be74ce41c612a91fb740847f2 (diff)
downloadvyos-live-build-25c38a043ed102b7d636432425b4cc0aade6a156.tar.gz
vyos-live-build-25c38a043ed102b7d636432425b4cc0aade6a156.zip
Don't try to install parameters.txt for casper in ubuntu mode (Closes: #560109).
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_linux-image6
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
;;