Don't try to install parameters.txt for casper in ubuntu mode (Closes: #560109).

This commit is contained in:
Daniel Baumann 2009-12-09 08:20:21 +01:00
parent f749cf3683
commit 2d02a479d1
1 changed files with 0 additions and 6 deletions

View File

@ -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
;;