summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-05-19 09:52:28 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-05-19 09:52:28 +0000
commite5c71f0ca075bd29ffd55ec0c25804585bc21046 (patch)
tree2fd39d27788d386544f3808a3a5017f070f62a18 /Makefile
parenta16968232cbcffdf901650ac260689a1f3664dfe (diff)
downloadinitramfs-scripts-master.tar.gz
Add systemd shutdownramfs supportHEADmaster
Systemd will, if there exists a /run/initramfs/shutdown executable, pivot into /run/initramfs and exec /shutdown when shutting down. This allows / to be unmounted, rather than just remounting read-only and hoping for the best. Change-Id: If42fc21380f74e039b02d9ef9b0491c24276f098
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e00cf30..97ad475 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-SCRIPTS = init
+SCRIPTS = init shutdown
all: