if [ "${LB_SYSLINUX_THEME}" = "live-build" ]
then
cp -a ${_SOURCE} chroot/root
- Chroot chroot cp -aL /root/$(basename ${_SOURCE}) /root/$(basename ${_SOURCE}).tmp
+ Chroot chroot cp -aL /root/$(basename ${_SOURCE}) /root/$(basename ${_SOURCE}).tmp || true
rm -rf chroot/$(basename ${_SOURCE})
else
- Chroot chroot cp -aL ${_SOURCE} /root/$(basename ${_SOURCE}).tmp
+ Chroot chroot cp -aL ${_SOURCE} /root/$(basename ${_SOURCE}).tmp || true
fi
case "${LB_MODE}" in
false)
mkdir -p ${_TARGET}
- cp -aL ${_SOURCE}/* ${_TARGET}
+ cp -aL ${_SOURCE}/* ${_TARGET} || true
case "${LB_MODE}" in
ubuntu)
--- /dev/null
+/usr/lib/syslinux/ldlinux.c32
\ No newline at end of file
--- /dev/null
+/usr/lib/syslinux/libcom32.c32
\ No newline at end of file
--- /dev/null
+/usr/lib/syslinux/libutil.c32
\ No newline at end of file
--- /dev/null
+/usr/lib/syslinux/ldlinux.c32
\ No newline at end of file
--- /dev/null
+/usr/lib/syslinux/libcom32.c32
\ No newline at end of file
--- /dev/null
+/usr/lib/syslinux/libutil.c32
\ No newline at end of file
--- /dev/null
+/usr/lib/syslinux/ldlinux.c32
\ No newline at end of file
--- /dev/null
+/usr/lib/syslinux/libcom32.c32
\ No newline at end of file
--- /dev/null
+/usr/lib/syslinux/libutil.c32
\ No newline at end of file
--- /dev/null
+/usr/lib/syslinux/ldlinux.c32
\ No newline at end of file
--- /dev/null
+/usr/lib/syslinux/libcom32.c32
\ No newline at end of file
--- /dev/null
+/usr/lib/syslinux/libutil.c32
\ No newline at end of file