#!/bin/bash
build() {
add_binary /usr/lib/systemd/systemd-shutdown /shutdown
}
help() {
cat <<HELPEOF
This hook adds systemd-shutdown to the initramfs. This is only
if the image is extracted to /run/initramfs before shutdown.
HELPEOF
}
# vim: set ft=sh ts=4 sw=4 et: