bondctl v1.0
============

$Id: README,v 1.2 2011/08/27 00:24:21 acorliss Exp $

Introduction
------------

bondctl is just a simple shell script that uses the sysfs filesystem to
create, configure, and delete bonding masters.  It is intended to be
compatible with both BASH and ASH (as emulated by busybox) to work properly
in an initramfs environment.

Installation
------------

You can install just the portions you want via:

  make [DESTDIR=/usr] [SBINDIR=/sbin] [IPROUTE=/sbin/ip] install
  make [DESTDIR=/usr] [SBINDIR=/sbin] [IPROUTE=/sbin/ip] install-man
  make [DESTDIR=/usr] [SBINDIR=/sbin] [IPROUTE=/sbin/ip] install-wrapper

or everything via:

  make [DESTDIR=/usr] [SBINDIR=/sbin] [IPROUTE=/sbin/ip] all

