diff options
| author | maximilian attems <maks@debian.org> | 2005-10-24 09:44:04 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2005-10-24 09:44:04 +0200 |
| commit | 3c777488c38d22c88ca9ca0547e48173aeee1fa7 (patch) | |
| tree | c549058ecb477d21dd8908594988f09b6309c437 /mkinitramfs | |
| parent | a568d07a67b52e9f3176edac16000604bef49846 (diff) | |
| download | initramfs-tools-3c777488c38d22c88ca9ca0547e48173aeee1fa7.tar.gz initramfs-tools-3c777488c38d22c88ca9ca0547e48173aeee1fa7.zip | |
move the lvm bits to hooks/lvm.
allows to remove dependency on lvm as requested by several users.
Diffstat (limited to 'mkinitramfs')
| -rwxr-xr-x | mkinitramfs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mkinitramfs b/mkinitramfs index d03c346..5b48a9d 100755 --- a/mkinitramfs +++ b/mkinitramfs @@ -189,9 +189,6 @@ cp /etc/modprobe.d/aliases "${DESTDIR}/etc/modprobe.d" cp /sbin/mdadm "${DESTDIR}/sbin" cp /sbin/mdrun "${DESTDIR}/sbin" -# LVM -cp /lib/lvm-200/vgchange "${DESTDIR}/sbin" - run_scripts /usr/share/initramfs-tools/hooks run_scripts /etc/mkinitramfs/hooks |
