OpenSolaris

Printable Version Enter a New Search
Bug ID 6513201
Synopsis lx_distro_install reports an error in the install log: "[[CD: not found"
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:brandz
Keywords
Responsible Engineer William Kucharski
Reported Against s10u4_01
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_57
Fixed In snv_57
Release Fixed solaris_nevada(snv_57) , solaris_10u4(s10u4_04) (Bug ID:2146960)
Related Bugs 6476437
Submit Date 15-January-2007
Last Update Date 23-February-2007
Description
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.
Work Around
N/A
Comments
N/A