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_pxe_http | |
parent | a4691b8ee46be9f7391c36cfadf1a1e843590d9a (diff) |
-rw-r--r-- | archiso/initcpio/install/archiso_pxe_http | 17 |
diff --git a/archiso/initcpio/install/archiso_pxe_http b/archiso/initcpio/install/archiso_pxe_http deleted file mode 100644 index 1e80852..0000000 --- a/archiso/initcpio/install/archiso_pxe_http +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env bash -# -# SPDX-License-Identifier: GPL-3.0-or-later - -build() { - add_runscript - - add_binary curl - - add_file "$(readlink -f /etc/ssl/certs/ca-certificates.crt)" /etc/ssl/certs/ca-certificates.crt -} - -help() { -cat<<HELPEOF - This hook loads the necessary modules for boot via PXE and HTTP. -HELPEOF -} |