You are not logged in.
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 & 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!
Last edited by rianav (2015-07-18 14:03:05)
China gangs burn pork on Amtrak while San Diego SWAT busts ice pirates at Target.
Offline
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
Offline