Age | Commit message (Collapse) | Author | Files | Lines |
|
Ifenslave is deprecated according to the kernel documentation:
https://www.kernel.org/doc/Documentation/networking/bonding.txt
It also added an additional, unnecessary dependency. I tried to update
the documentation to reflect this change.
|
|
This sheds the dependency on the old bridge-utils (brctl).
|
|
systemd is required at runtime and we also need it at build time.
New chroots created by Arch's devtools no longer include all base
packages and systemd won't be installed unless we depend on it.
Without systemd the makefile won't find the unit dir and will install
the service files into /.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
|
|
This ensures the units are installed correctly if systemd is installed
in an alternate location like /lib/systemd. Idem for the location of
profile-based units.
Based on a proposal by: Mike Gilbert <floppym@gentoo.org>
|