During an attempt to install the bos.info.en_US fileset from an NFS mounted CD-ROM filesystem, the following errors occur:
	restore: 0511-126 Cannot open /cd/usr/sys/inst.images/bos.info.
	en_US.server: The file access permissions do not allow the specified 
action.
	Mount volume 1 on /cd/usr/sys/inst.images/bos.info.en_US.server.
        Press the Enter key to continue.
	0503-405 installp:  An error occurred while running the restore command.
        Use local problem reporting procedures.
On the server, change the /etc/exports file from
/cd -ro, <CLIENT>
to
/cd -ro,root=<CLIENT>The installation should now work fine.