diff options
| author | maximilian attems <maks@debian.org> | 2005-11-17 19:59:00 +0100 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2005-11-17 19:59:00 +0100 |
| commit | aa1e3cb6e0a9ab2d8a34676b719d278caea1bc17 (patch) | |
| tree | f3b970e41f955f8371edddc38ab124d21f3b4d89 /hooks/lvm | |
| parent | 32b031319c9696f35246b482c23d8d060cb5c6c8 (diff) | |
| download | initramfs-tools-aa1e3cb6e0a9ab2d8a34676b719d278caea1bc17.tar.gz initramfs-tools-aa1e3cb6e0a9ab2d8a34676b719d278caea1bc17.zip | |
revert usage of mklibs-copy - reduces python dep.
Diffstat (limited to 'hooks/lvm')
| -rwxr-xr-x | hooks/lvm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ fi . /usr/share/initramfs-tools/hook-functions -cp /lib/lvm-200/vgchange "${DESTDIR}/sbin" +copy_exec /lib/lvm-200/vgchange /sbin for x in dm_mod; do manual_add_modules ${x} |
