summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_linux-image
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@students.unibe.ch>2009-12-09 08:20:21 +0100
committerDaniel Baumann <daniel.baumann@students.unibe.ch>2009-12-09 08:20:21 +0100
commit2d02a479d10017e2ec4527b718e8905a606a7fb5 (patch)
treea6b5bcfe13f87236fc2ad440eb7d4c1ef7bcd7b8 /helpers/lh_binary_linux-image
parentf749cf368350b7317ebcf481fbd6ed7567d09ac3 (diff)
downloadvyos-live-build-2d02a479d10017e2ec4527b718e8905a606a7fb5.tar.gz
vyos-live-build-2d02a479d10017e2ec4527b718e8905a606a7fb5.zip
Don't try to install parameters.txt for casper in ubuntu mode (Closes: #560109).
Diffstat (limited to 'helpers/lh_binary_linux-image')
-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
;;