#!/bin/sh -e # Include resize2fs in the commands available to the initramfs PREREQ="" prereqs() { echo "$PREREQ" } case $1 in prereqs) prereqs exit 0 ;; esac . /usr/share/initramfs-tools/hook-functions copy_exec /sbin/resize2fs /sbin