SUT:v60box.sfbay and sol-x4200-3.
ARCH:v60box--intel v60x,sol-x4200-3---amd64 x4200
STEP:
initial install with following profile
#######################################
install_type initial_install
cluster SUNWCXall
partitioning explicit
filesys rootdisk.s0 20000 /
filesys rootdisk.s1 2048 swap
filesys rootdisk.s7 free /export
#######################################
After initial install x86 machine with snv_80,it will complain package violation for the file /boot/solaris/bin/create_diskmap.
# egrep " f .* [A-Z].* [A-Z].*" /var/sadm/install/contents
/boot/solaris/bin/create_diskmap f none 0555 root sys 1442 54750 1197363605 SUNWcakr SUNWcsr
This is a package violation and it must be fixed. It violates the PSARC 1991/061:
http://sac.eng/PSARC/1991/061/spec.txt
It states that Each component of the system can appear in only one package.
So this is a violation and it must be fixed.