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 16:58:57 +0200
committerDavid Runge <dvzrv@archlinux.org>2021-07-31 16:58:57 +0200
commit75d36d2124f2216ea0cfbdb0e19d4cb7bed8557b (patch)
tree5b91eccc64188117874d282bee3d01db4fe5d3bf /archiso/initcpio/install/archiso_pxe_http
parenta4691b8ee46be9f7391c36cfadf1a1e843590d9a (diff)
Remove mkinitcpio-archiso files
archiso/initcpio/*: Remove mkinitcpio-archiso scripts as they have been split out into a separate project. docs/README.{altbootmethods,bootparams}: Remove mkinitcpio-archiso specific documentation.
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
-}