mount /dev/sdN /mnt
mount -t proc none /mnt/proc
mount -o bind /dev /mnt/dev
mount -o bind /run /mnt/run
chroot /mnt
Template for Help Pages
Text.
- [[#network]]
- [[#ref]]
Red
El archivo ‘‘/etc/network/interfaces’’ configura las interfaces de red.
auto eth0 iface eth0 inet static address YOUR_IP netmask 255.255.255.0 network 192.94.73.0 broadcast 192.94.73.255 gateway 192.94.73.1 dns-nameservers 192.94.73.20 }}}
Puedes cambiar el nombre del sistema en los archivos ‘‘/etc/hosts’’ y /etc/hostname’’
Referencia
-
[[[http://www.debian.org/doc/ Documentación de Debian]]]