Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2021-12-02 14:12:26 +0200
committernl6720 <nl6720@gmail.com>2021-12-10 10:45:34 +0200
commit71238884938e1512e10f9c7809443f07fe5e5fc1 (patch)
tree3364658f48b671bcb1300da534309649b6207568 /hooks
parent5dfbb5327c741e287d22dc0db0f74db12b1ba624 (diff)
Remove obsolete archiso_shutdown hook
The functionality it provides has been available in mkinitcpio itself since 2013. https://lists.archlinux.org/pipermail/arch-dev-public/2013-December/025742.html Implements #8.
Diffstat (limited to 'hooks')
-rw-r--r--hooks/archiso_shutdown10
1 files changed, 0 insertions, 10 deletions
diff --git a/hooks/archiso_shutdown b/hooks/archiso_shutdown
deleted file mode 100644
index ebb6b11..0000000
--- a/hooks/archiso_shutdown
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/ash
-#
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-run_cleanuphook() {
- rm -rf /usr/lib/modules
- cp -ax / /run/initramfs
-}
-
-# vim: set ft=sh: