index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | David Runge <dvzrv@archlinux.org> | 2020-05-30 00:01:28 +0200 |
---|---|---|
committer | David Runge <dvzrv@archlinux.org> | 2020-07-29 14:27:48 +0200 |
commit | 3b00a94ec50320cae76af92f94f6aa29c4dbcb67 (patch) | |
tree | 615c6d530c5aedc359e9297e484855559a79f676 /hooks/archiso_pxe_http | |
parent | 85d3c7c533e1485451997122923b5d30390cb42a (diff) |
-rw-r--r-- | hooks/archiso_pxe_http | 2 |
diff --git a/hooks/archiso_pxe_http b/hooks/archiso_pxe_http index bf2f5f4..efae923 100644 --- a/hooks/archiso_pxe_http +++ b/hooks/archiso_pxe_http @@ -1,4 +1,6 @@ #!/bin/ash +# +# SPDX-License-Identifier: GPL-3.0-or-later run_hook() { # shellcheck disable=SC2154 |