#!/bin/sh PREREQ="" prereqs() { echo "$PREREQ" } case $1 in prereqs) prereqs exit 0 ;; esac if [ ! -x /usr/bin/makedumpfile ]; then exit 0 fi . /usr/share/initramfs-tools/scripts/functions . /usr/share/initramfs-tools/hook-functions copy_exec /usr/bin/makedumpfile