Package: install-doc Version: 3.0.24
Installing Debian GNU/Linux 3.0 For Intel x86 version 3.0.24, 18 December, 2002 http://www.debian.org/releases/stable/i386/ch-init-config.en.html
Moin,
i made a installation with http on my new computer. DHCP was used. After rebooting DHCP was not used.
It took a while for a Linux-newbie like me to find out. I think a hint in chapter 8.1 "Make System Bootable" about this "no-DHCP-behaviour" would be helpfull for other users.
Google found a nice text from Martin Rasp about howto configure DHCP on a Debian.
maybe you can use this part for the install-doc.
-part of http://www.linux-fuer-alle.de/doc_show.php?docid=8------------
Auf meinem Arbeitsrechner musste ein DHCP-Client installiert sein. Das Paket "pump" war bereits durch die Debian-Installation verf�gbar. Ansonsten h�tte ich es nachtr�glich mit dem folgenden Kommando installieren m�ssen:
| apt-get install pump |
Anschlie�end editierte ich die Datei "/etc/network/interfaces":
### /etc/network/interfaces #################################################
auto eth0 iface eth0 inet dhcp hostname speedy
#############################################################################
�ber den folgenden Befehl startete ich das Netzwerk neu:
/etc/init.d/networking restart |
-part/-----------------------------------------------------------------------
thanks
Thomas
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

