summaryrefslogtreecommitdiff
path: root/initramfs/hook
diff options
context:
space:
mode:
authorClaudio Fleiner <claudio@fleiner.com>2013-10-28 22:44:07 -0700
committerClaudio Fleiner <claudio@fleiner.com>2013-10-28 22:47:23 -0700
commit24e98ce46d17ebdff72467e73794c7851b2ed28f (patch)
tree635bbad73c42a1b9c7ddc6719ac0652250b694e5 /initramfs/hook
parentfe921e118b9abca26e93f1903575165d0fb5fa3c (diff)
Adding autotools support to bcache-tools
thie enables building it in a different directory, more flexible install and configure options, and should make it easier to eventualy create deb and rpm packages. Additionally this makes it much easier to build and test this package as it now behaves the same way as others we are using.
Diffstat (limited to 'initramfs/hook')
-rwxr-xr-xinitramfs/hook22
1 files changed, 0 insertions, 22 deletions
diff --git a/initramfs/hook b/initramfs/hook
deleted file mode 100755
index ce328f3a..00000000
--- a/initramfs/hook
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-PREREQ="udev"
-
-prereqs()
-{
- echo "$PREREQ"
-}
-
-case $1 in
-prereqs)
- prereqs
- exit 0
- ;;
-esac
-
-. /usr/share/initramfs-tools/hook-functions
-
-cp -pt "${DESTDIR}/lib/udev/rules.d" /lib/udev/rules.d/61-bcache.rules
-copy_exec /lib/udev/bcache-register
-copy_exec /sbin/probe-bcache
-manual_add_modules bcache