index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2021-12-02 14:12:26 +0200 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2021-12-10 10:45:34 +0200 |
commit | 71238884938e1512e10f9c7809443f07fe5e5fc1 (patch) | |
tree | 3364658f48b671bcb1300da534309649b6207568 /hooks/archiso_shutdown | |
parent | 5dfbb5327c741e287d22dc0db0f74db12b1ba624 (diff) |
-rw-r--r-- | hooks/archiso_shutdown | 10 |
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: |