From 75d36d2124f2216ea0cfbdb0e19d4cb7bed8557b Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 31 Jul 2021 16:58:57 +0200 Subject: 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. --- archiso/initcpio/install/archiso_pxe_http | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 archiso/initcpio/install/archiso_pxe_http (limited to 'archiso/initcpio/install/archiso_pxe_http') 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<