diff options
author | Tobias Powalowski <tpowa@archlinux.org> | 2006-06-14 13:26:36 +0200 |
---|---|---|
committer | Tobias Powalowski <tpowa@archlinux.org> | 2006-06-14 13:26:36 +0200 |
commit | 9290f4f3f9adcdd0dde38957ffe1eada0564db09 (patch) | |
tree | 323ac6fd1277542242f48bd17d49cf2c5dad905a /install/lvm2 | |
parent | 851b4e2c2b119692c30f185b1c0d10b07cacc322 (diff) | |
download | mkinitcpio-9290f4f3f9adcdd0dde38957ffe1eada0564db09.tar.gz mkinitcpio-9290f4f3f9adcdd0dde38957ffe1eada0564db09.tar.xz |
'added hooks to the packages itself'
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@127 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'install/lvm2')
-rw-r--r-- | install/lvm2 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/install/lvm2 b/install/lvm2 deleted file mode 100644 index c6cacc3..0000000 --- a/install/lvm2 +++ /dev/null @@ -1,19 +0,0 @@ -# vim: set ft=sh: - -install () -{ - MODULES=" dm-mod " - BINARIES="" - FILES="" - SCRIPT="lvm2" - - add_dir "/dev/mapper" - add_file "/sbin/lvm.static" "/bin/lvm" -} - -help () -{ -cat<<HELPEOF - This hook loads the necessary modules for an LVM2 root device. -HELPEOF -} |