#!/bin/sh -e # Copy the compatibility symlinks until initramfs-tools will be converted # to use the kmod program. if [ "$1" = "prereqs" ]; then exit 0; fi . /usr/share/initramfs-tools/hook-functions copy_exec /bin/kmod cp -aZ /sbin/modprobe /sbin/rmmod "$DESTDIR/sbin/" mkdir -p "$DESTDIR/lib/modprobe.d/" if [ "$(echo /lib/modprobe.d/*)" != "/lib/modprobe.d/*" ]; then cp -aZ /lib/modprobe.d/* "$DESTDIR/lib/modprobe.d/" fi
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
dmsetup | File | 506 B | 0755 |
|
kmod | File | 432 B | 0755 |
|
udev | File | 1.69 KB | 0755 |
|
zz-dhclient | File | 478 B | 0755 |
|