summaryrefslogtreecommitdiffstats
path: root/hooks/shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/shutdown')
-rw-r--r--hooks/shutdown7
1 files changed, 7 insertions, 0 deletions
diff --git a/hooks/shutdown b/hooks/shutdown
new file mode 100644
index 0000000..7c5d9e8
--- /dev/null
+++ b/hooks/shutdown
@@ -0,0 +1,7 @@
+#!/usr/bin/ash
+
+run_hook() {
+ cp -ax / /run/initramfs
+}
+
+# vim: set ft=sh ts=4 sw=4 et: