index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | David Runge <dvzrv@archlinux.org> | 2021-07-31 16:58:57 +0200 |
---|---|---|
committer | David Runge <dvzrv@archlinux.org> | 2021-07-31 16:58:57 +0200 |
commit | 75d36d2124f2216ea0cfbdb0e19d4cb7bed8557b (patch) | |
tree | 5b91eccc64188117874d282bee3d01db4fe5d3bf /archiso/initcpio/install/archiso_shutdown | |
parent | a4691b8ee46be9f7391c36cfadf1a1e843590d9a (diff) |
-rw-r--r-- | archiso/initcpio/install/archiso_shutdown | 20 |
diff --git a/archiso/initcpio/install/archiso_shutdown b/archiso/initcpio/install/archiso_shutdown deleted file mode 100644 index b2c6bd4..0000000 --- a/archiso/initcpio/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 -} |