Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/install/archiso_shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'install/archiso_shutdown')
-rw-r--r--install/archiso_shutdown20
1 files changed, 0 insertions, 20 deletions
diff --git a/install/archiso_shutdown b/install/archiso_shutdown
deleted file mode 100644
index b2c6bd4..0000000
--- a/install/archiso_shutdown
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/env bash
-#
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-build() {
- add_binary cp
-
- add_runscript
-
- add_file /usr/lib/initcpio/archiso_shutdown /shutdown
-}
-
-help() {
- cat <<HELPEOF
-This hook will create a shutdown initramfs in /run/initramfs
-that we can pivot to on shutdown in order to unmount / and
-and other mount points, dm-snapshot and loopback devices.
-Mostly useful for persistent dm-snapshot.
-HELPEOF
-}