summaryrefslogtreecommitdiffstats
path: root/hooks/shutdown
blob: 7c5d9e858b23cd382a91f2237c2ae6a98ba042c3 (plain)
1
2
3
4
5
6
7
#!/usr/bin/ash

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

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