|
|
gentoo 终于安装完了,启动的时候出现了如下错误:
/etc/conf.d/net: line 5: config_eth0: command not found
/etc/conf.d/net: line 6: routes_eth0: command not found
/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 = { "192.168.0.146/24" }
routes_eth0 = { "default via 192.168.0.251" }
我是新手,
那位大侠帮帮忙,如何解决这个问题 ,在下先谢谢了 |
|