最近迷上了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

相关文章:

  • 2022-12-23
  • 2021-12-28
  • 2022-12-23
  • 2021-08-19
  • 2021-04-29
  • 2021-04-21
  • 2021-07-03
  • 2021-07-14
猜你喜欢
  • 2021-06-15
  • 2022-12-23
  • 2021-07-05
  • 2021-05-20
  • 2021-08-31
  • 2021-12-29
  • 2021-05-05
相关资源
相似解决方案