forked from Ivasoft/openwrt
Here is LVM support for OpenWRT. It introduces 3 new packages: - kmod-dm for the device mapper kernel module. - kmod-libdevmapper for the device-mapper library. - kmod-lvm2 for the lvm tool. Note that it currently does not create the symlinks for all the lvm tools, so you have to use lvm pvs rather than just pvs. Thanks Stefan Monnier
SVN-Revision: 19595
This commit is contained in:
@@ -34,6 +34,12 @@ DEVPATH is set, SUBSYSTEM ~~ (input) {
|
||||
makedev /dev/input/%DEVICENAME% 0644
|
||||
}
|
||||
|
||||
DEVICENAME == device-mapper {
|
||||
nothrottle
|
||||
makedev /dev/mapper/control 0600
|
||||
}
|
||||
|
||||
|
||||
DEVPATH is set {
|
||||
nothrottle
|
||||
makedev /dev/%DEVICENAME% 0644
|
||||
|
||||
Reference in New Issue
Block a user