summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2005-11-23 10:45:29 +0100
committermaximilian attems <maks@debian.org>2005-11-23 10:45:29 +0100
commitab06eb34e1a911432aa7c048927eb7e53b0571ee (patch)
tree8746b10039d0f1b04f5baf4215f0f2f2bb4e340f /hooks
parent759dd419abdc2ee4408e4cc3e9daf2ac410c1178 (diff)
downloadinitramfs-tools-ab06eb34e1a911432aa7c048927eb7e53b0571ee.tar.gz
initramfs-tools-ab06eb34e1a911432aa7c048927eb7e53b0571ee.zip
fix evms hook
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/evms5
1 files changed, 3 insertions, 2 deletions
diff --git a/hooks/evms b/hooks/evms
index 5affeef..1cbc832 100755
--- a/hooks/evms
+++ b/hooks/evms
@@ -21,15 +21,16 @@ if [ ! -x /sbin/evms_activate ]; then
fi
copy_exec /sbin/evms_activate /sbin
+cp /etc/evms.conf ${DESTDIR}/etc
EVMS_VERSION=$(/usr/sbin/evms_query info | grep "EVMS Version" | awk '{ print $3; }')
mkdir -p ${DESTDIR}/lib/evms/${EVMS_VERSION}
-for x in disk lvm2 dos multipath; do
+for x in bbr bbr_seg bsd disk dos drivelink gpt lvm2 mac md multipath; do
copy_exec /lib/evms/${EVMS_VERSION}/${x}* /lib/evms/${EVMS_VERSION}
done
-for x in dm_mod; do
+for x in dm_mod linear raid0 raid1 raid10 raid5 raid6; do
manual_add_modules ${x}
done