红联Linux门户
Linux帮助

install Debian on NSLU2 via PuTTY ssh installer@192.168.1.77

发布时间:2008-02-01 00:28:40来源:红联作者:libuse
Disabled DHCP Server on Router LinkSYS WAG54GX2
Flash FirmWare of NSLU2 named "di-nslu2.bin"
Reboot NSLU2
SSH installer@192.168.1.77 via PuTTY to Login LinkSYS NSLU2

Choose Start Shell

# nano /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.77
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.254
dns-nameservers 202.96.69.38 202.96.64.68

# nano /etc/resolv.conf
nameserver 202.96.69.38
nameserver 202.96.64.68

# route del default
# route add default gw 192.168.1.254
# /bin/network-console-menu

Back to installation....

Choose mirrors: United States > mirrors.kernel.org

# apt-get update
# apt-get upgrade

# apt-get install locales
# dpkg-reconfigure locales
Choose: en_US.UTF-8 UTF-8 & zh_CN.GB2312 & zh_CN.GBK GBK
Default locale: en_US

# nano /etc/fstab
/dev/sda3 /home ext3 defaults 0 0
文章评论

共有 0 条评论