Don't try to install parameters.txt for casper in ubuntu mode (Closes: #560109).
This commit is contained in:
parent
7199152dae
commit
25c38a043e
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue