[remaster/amd64+x86] add tigal.com logo for Embedded World

This commit is contained in:
Fabio Erculiani 2012-02-06 23:31:34 +01:00
parent 1122e346a3
commit e9444ef867
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

View File

@ -70,7 +70,7 @@ cp "${tmp_dir}/boot/sabayon" "${CDROOT_DIR}/boot/sabayon${other_arch}" || exit 1
cp "${tmp_dir}/boot/sabayon.igz" "${CDROOT_DIR}/boot/sabayon${other_arch}.igz" || exit 1
# copy back.jpg to proper location
isolinux_img="${CHROOT_DIR}/usr/share/backgrounds/isolinux/back.jpg"
isolinux_img="/sabayon/remaster/embedded_world/back.jpg"
if [ -f "${isolinux_img}" ]; then
cp "${isolinux_img}" "${CDROOT_DIR}/isolinux/" || exit 1
fi