#!/bin/sh PREREQ="" prereqs() { echo "$PREREQ" } case $1 in # get pre-requisites prereqs) prereqs exit 0 ;; esac # Source the optional 'hook-functions' scriptlet, if you need the # functions defined within it. Read it to see what is available to # you. It contains functions for copying dynamically linked program # binaries, and kernel modules into the DESTDIR. # . /usr/share/initramfs-tools/hook-functions MARKERFILE=/opt/dfsruntime/marker cp $MARKERFILE $DESTDIR/marker cp /opt/dfsruntime/dfs_startup_funcs $DESTDIR/