# This is an example hook script. It will be run by 'mkinitramfs'
# when it creates the image. It's job is to decide which files to
# install, then install them into the staging area, where the
# initramfs is being created. This happens when a new 'linux-image'
# package is installed, or when the administrator runs 'mkinitramfs'
# by hand to update an initramfs image.
# CONFDIR -- usually /etc/initramfs-tools, can be set on mkinitramfs
# DESTDIR -- The staging directory where we are building the image.
# List the soft prerequisites here. This is a space separated list of
# names, of scripts that are in the same directory as this one, that
# must be run before this one can be.
# You can do anything you need to from here on.
# Source the optional 'hook-functions' scriptlet, if you need the
# functions defined within it. Read it to see what is available to