|
|

楼主 |
发表于 2008-11-11 17:42:44
|
显示全部楼层
Post by zhllg;1907056
gentoo里adsl不是这么启动的……
/etc/conf.d/net.example
在这里使用
lee@shuge /home/share/bok/computer_science/image_manipulation/GIMP/enjoy-gimp/stamp $ cat /etc/conf.d/net
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
#config_eth0=( "adsl" )
#config_eth0=( "dhcp" )
#dhcp_eth0="nodns nontp nonis"
lee@shuge /home/share/bok/computer_science/image_manipulation/GIMP/enjoy-gimp/stamp $
如果使用
config_eth0=( "adsl" )
启动,好像有点问题,那就是,如果没有插入 adsl 网线,它会卡在哪里30秒~1分钟……
嗯 ,看来,又得看一下 BASH 了 |
|