From 25c38a043ed102b7d636432425b4cc0aade6a156 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel.baumann@students.unibe.ch>
Date: Wed, 9 Dec 2009 08:20:21 +0100
Subject: Don't try to install parameters.txt for casper in ubuntu mode
(Closes: #560109).
---
helpers/lh_binary_linux-image | 6 ------
1 file changed, 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
;;
--
cgit v1.0