On 07 Aug 2001 13:28:24 +0200, Chmouel Boudjnah wrote:
> Guillaume Rousse <[EMAIL PROTECTED]> writes:
>
> > I can boot on current rescue disk, mount my partitions in their usual
> > relative positions, then performs a chroot, but is there a way to also launch
> > network ?
>
> modprobe module_of_network_card
>
> /sbin/ifconfig eth0 IP_ADRESS
>
> route add default gw DEFAULT_ROUTE
>
> cat << EOF > /etc/resolv.conf
> search DOMAIN_SERVER
> nameserver DNS_1
> nameserver DNS_2
> EOF
>
> will give you a network.
>
same as 'ifup eth0'?