echo "Finally copying results..."
# hack to ignore 2.6.32 kernel + initrd
-cp -v tftpboot/debian-live/amd64/initrd.img-3* tftpboot/debian-live/amd64/vmlinuz-3* tftpboot/debian-live/amd64/memtest $BUILD_TARGET/
+cp -v tftpboot/debian-live/amd64/initrd.img-3* tftpboot/debian-live/amd64/vmlinuz-3* $BUILD_TARGET/
+cp -v tftpboot/debian-live/amd64/memtest $BUILD_TARGET/ || true
cp -v chroot/etc/pserver.version $BUILD_TARGET/
cp -v binary/live/filesystem.squashfs $BUILD_TARGET/
sort binary/live/filesystem.packages > $BUILD_TARGET/pserver.packages