aboutsummaryrefslogtreecommitdiff
path: root/conf.d/Makefile.Linux
AgeCommit message (Collapse)Author
2009-10-16Add a new staticroute init script so that .... static routes can be configured!Roy Marples
Fixes Gentoo #288421.
2009-04-19Pull /etc/ifconfig.eth0 into interfacesRoy Marples
Reverse list of interfaces when stopping Improve build for conf.d/network
2009-04-16Add a new init script - networkRoy Marples
This simply assigns static addresses and an optional default route. It's possible to add external commands as well, so to create a bonded interface. Hopefully we can add a few examples to satisfy most of the old net.lo, which is no longer installed into boot by default.
2008-10-10sysinit is now a real runlevel that handles things like udev, dmesg andRoy Marples
mounting various bits in /dev and /sys. init.sh JUST mounts /lib/rc/init.d (and /proc for Linux systems) To make development of this easier we now return an empty RC_STRINGLIST instead of a NULL for empty things. If you don't have a udev init script installed, don't reboot your box OR roll back to an older OpenRC version.
2008-03-25Rework our folder structure so that we don't have OS specific dirs, making ↵Roy Marples
it easier to share init and conf files per OS.