When installing linux from CD the install log will contain the error
"[[CD: not found"
This apparently has no ill affect and it is the result of a missing
space in the /usr/lib/brand/lx/lx_distro_install file:
if [[ "$install_media" = "disc" ]]; then
if [["$rd_disctype" = "DVD" ]]; then <<< here
err_media="$release_name DVD"
else
err_media="$release_name, CD ${cds[$cdnum]}"
fi
fi
The solution is to add the missing space in.