<![CDATA[Arch BSD Forums / OpenRC & Ethernet interface at boot]]> 2015-07-19T17:18:57Z FluxBB https://bbs.pacbsd.org/viewtopic.php?id=182 <![CDATA[Re: OpenRC & Ethernet interface at boot]]> I messed up the backup entries on openrc in testing which overwrote some configuration files. So that is probably why they got overwrote.

Configuring openrc should be as easy as:

cd /etc/init.d
ln -s net.lo net.re0
rc-update add net.re0 default
]]>
https://bbs.pacbsd.org/profile.php?id=2 2015-07-19T17:18:57Z https://bbs.pacbsd.org/viewtopic.php?pid=599#p599
<![CDATA[OpenRC & Ethernet interface at boot]]> Hi,
Wondering how to setup the Realtek interface after switching out freebsd-init for openRC.
For installing openRC on archlinux, I just followed this: http://systemd-free.org/install.php Step 11 was sufficient to get the network up, IIRC (seems linux now renames interface from eth*?).
But I don't see the corresponding files from Step 11 in under PacBSD?

Thanks.

Edit: Guess I shouldn't configure stuff late @ night. init.d/net.lo is indeed there  smile  & conf.d/net is there too.
Copying  net.lo to  net.re0 & adding that to boot gets the interface configured.

Can I prevent these two files being replaced on upgrades?

Thanks again!

]]>
https://bbs.pacbsd.org/profile.php?id=119 2015-07-18T17:30:57Z https://bbs.pacbsd.org/viewtopic.php?pid=598#p598