#!/usr/bin/env bash check() { # only if requested return 255 } depends() { echo base bash } install() { inst_hook pre-pivot 00 \ "$moddir/hooks/copy-initramfs-into-newroot.sh" }