Gentoo rc-update service ‘net.eth0′ does not exist

最近迷上了Gentoo,并相信以后也会把更多的精力放在Gentoo上,不过Gentoo的安装的过程的确让很多人却步。 本文只提到添加net.eth0到默认的运行级别时一个很小的报错解决。

# nano -w /etc/conf.d/net # rc-update add net.eth0 default rc-update service ‘net.eth0′ does not exist

解决方法:

# cd /etc/init.d # ln -s net.lo net.eth0 # rc-update add net.eth0 default

你可能感兴趣的:(service)