c9d0c62a0c
the base NetBSD system. It uses Linux LVM2 tools and our BSD licensed device-mapper driver. The device-mapper driver can be used to create virtual block devices which maps virtual blocks to real with target mapping called target. Currently these targets are available a linear, zero, error and a snapshot (this is work in progress and doesn't work yet). The lvm2tools adds lvm and dmsetup binary to based system, where the lvm tool is used to manage and administer whole LVM and the dmestup is used to communicate iwith device-mapper kernel driver. With these tools also a libdevmapper library is instaled to the base system. Building of tools and driver is currently disable and can be enabled with MKLVM=yes in mk.conf. I will add sets lists and rc.d script soon. Oked by agc@ and cube@.
8 lines
152 B
Makefile
8 lines
152 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/12/19 15:24:04 haad Exp $
|
|
|
|
SUBDIR+= lib .WAIT
|
|
|
|
SUBDIR+= bsd intel-fw-eula intel-fw-public gpl2
|
|
|
|
.include <bsd.subdir.mk>
|