#!/usr/bin/ash

run_hook() {
    cp -ax / /run/initramfs
}

# vim: set ft=sh ts=4 sw=4 et:
