path: multipath-tools_0.14.3-2/debian/initramfs/hooks/multipath # used by our scripts copy_exec /usr/bin/grep copy_exec /usr/bin/pidof copy_exec /usr/sbin/dmsetup path: multipath-tools_0.14.3-2/debian/initramfs/scripts/init-bottom/multipath pid_file="$(cat /run/multipathd.pid)" if [ "${pid_pidof}" = "${pid_file}" ]; then kill ${pid_pidof} verbose && log_end_msg path: multipath-tools_0.14.3-2/debian/initramfs/scripts/init-bottom/multipath verbose && log_begin_msg "Stopping multipathd" pid_pidof="$(pidof multipathd)" pid_file="$(cat /run/multipathd.pid)" path: multipath-tools_0.14.3-2/debian/initramfs/scripts/init-bottom/multipath verbose && log_end_msg else verbose && log_failure_msg "inconsistent PIDs (pidof: '${pid_pidof}', multipathd.pid: '${pid_file}')" fi path: multipath-tools_0.14.3-2/debian/tests/initramfs echo "check helper programs are installed in initramfs" find_file 'grep' find_file 'pidof'