From 71238884938e1512e10f9c7809443f07fe5e5fc1 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Thu, 2 Dec 2021 14:12:26 +0200 Subject: 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. --- hooks/archiso_shutdown | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 hooks/archiso_shutdown (limited to 'hooks/archiso_shutdown') 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: -- cgit v1.2.3-70-g09d2