Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archiso/initcpio/install/archiso_pxe_http
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2021-07-31 19:45:23 +0200
committerDavid Runge <dvzrv@archlinux.org>2021-07-31 19:45:23 +0200
commit0f3a83abf767d0efd409d5563feb13d762c82c7c (patch)
treed69e37e9daf5e58a3c1366863fd06135e5858d6c /archiso/initcpio/install/archiso_pxe_http
parenta4691b8ee46be9f7391c36cfadf1a1e843590d9a (diff)
parente58910165f94900d57fb00827c87d6aaca511d22 (diff)
Merge branch 'issues/47'
* issues/47: gitlab-ci: Call renamed check target Makefile: Remove mkinitcpio-archiso specific targets README.rst: Remove initcpio, fix formatting Remove mkinitcpio-archiso files
Diffstat (limited to 'archiso/initcpio/install/archiso_pxe_http')
-rw-r--r--archiso/initcpio/install/archiso_pxe_http17
1 files changed, 0 insertions, 17 deletions
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
-}