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/md | |
| 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/md')
| -rwxr-xr-x | hooks/md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ fi . /usr/share/initramfs-tools/hook-functions -cp /sbin/mdadm "${DESTDIR}/sbin" -cp /sbin/mdrun "${DESTDIR}/sbin" +copy_exec /sbin/mdadm /sbin +copy_exec /sbin/mdrun /sbin for x in md raid0 raid1 raid5 raid6; do manual_add_modules ${x} |
