Kyle McDonald wrote:
...
> Looking at /sbin/install-discovery, Am I correct in thinking that changing:
>
> if [ "${PLATFORM}" = "${SPARC}" ]; then
> echo "Using DHCP for network configuration information."
> dhcp_find_and_mount_cdrom
> fi
>
> to:
>
> #if [ "${PLATFORM}" = "${SPARC}" ]; then
> echo "Using DHCP for network configuration information."
> dhcp_find_and_mount_cdrom
> #fi
>
> Should restore the old functionality on X86?
>
I don't really know whether that will do it or not; in other words,
probably necessary, but may not be sufficient.
Dave