#!/usr/bin/ash run_hook() { # This hook doesn't need to do anything at runtime # The TPM2 PCR signing is done during image creation return 0 } # vim: set ft=sh ts=4 sw=4 et: