summaryrefslogtreecommitdiffstats
path: root/rules/initmethod-bbinit.make
diff options
context:
space:
mode:
authorRemy Bohmer <linux@bohmer.net>2010-05-29 22:58:29 +0200
committerRemy Bohmer <linux@bohmer.net>2010-06-02 21:09:28 +0200
commitd7ea2c2e52a9313af287a84fe18e0e70268d06a0 (patch)
tree291992166fbaf1774b9ce28f2f6ab4ee5c10a51f /rules/initmethod-bbinit.make
parent38e3e06d6183dc9eb1504baf72df7caa0206ac28 (diff)
downloadptxdist-d7ea2c2e52a9313af287a84fe18e0e70268d06a0.tar.gz
ptxdist-d7ea2c2e52a9313af287a84fe18e0e70268d06a0.tar.xz
[lvm2] add new packet
Adds the Logical Volume Management package to ptxdist Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com> Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'rules/initmethod-bbinit.make')
-rw-r--r--rules/initmethod-bbinit.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/initmethod-bbinit.make b/rules/initmethod-bbinit.make
index ff81a4198..cdca3cb46 100644
--- a/rules/initmethod-bbinit.make
+++ b/rules/initmethod-bbinit.make
@@ -357,6 +357,12 @@ ifneq ($(call remove_quotes,$(PTXCONF_INITMETHOD_BBINIT_LINK_RT_SET_BANDWIDTH)),
/etc/rc.d/$(PTXCONF_INITMETHOD_BBINIT_LINK_RT_SET_BANDWIDTH))
endif
+ifneq ($(call remove_quotes,$(PTXCONF_INITMETHOD_BBINIT_LINK_LVM2)),)
+ @$(call install_link, initmethod-bbinit, \
+ ../init.d/lvm2, \
+ /etc/rc.d/$(PTXCONF_INITMETHOD_BBINIT_LINK_LVM2))
+endif
+
ifneq ($(call remove_quotes,$(PTXCONF_INITMETHOD_BBINIT_LINK_FAKE_OVERLAYFS)),)
@$(call install_link, initmethod-bbinit, \
../init.d/fake-overlayfs, \