Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2020-05-30 00:01:28 +0200
committerDavid Runge <dvzrv@archlinux.org>2020-07-29 14:27:48 +0200
commit3b00a94ec50320cae76af92f94f6aa29c4dbcb67 (patch)
tree615c6d530c5aedc359e9297e484855559a79f676 /install
parent85d3c7c533e1485451997122923b5d30390cb42a (diff)
Add license and basic documentation
LICENSE: Add GPL-3.0 license. {{archiso,configs}/*,.editorconfig,.gitlab-ci.yml}: Add SPDX license identifier. Makefile: Add SPDX license identifier. Install the `run_archiso.sh` script as global executable `run_archiso`. Use -D and -t flags to install to install files more generically (without a previous call to install the directory). README.rst: Add README outlining the project's scope, how to build images from the profiles and how to test. AUTHORS.rst: Add list of all direct contributors to the repository. CONTRIBUTING.rst: Add basic contribution guidelines, explaining the linter and the license in use. Closes #7 Closes #3
Diffstat (limited to 'install')
-rw-r--r--install/archiso2
-rw-r--r--install/archiso_kms2
-rw-r--r--install/archiso_loop_mnt2
-rw-r--r--install/archiso_pxe_common2
-rw-r--r--install/archiso_pxe_http2
-rw-r--r--install/archiso_pxe_nbd2
-rw-r--r--install/archiso_pxe_nfs2
-rw-r--r--install/archiso_shutdown2
8 files changed, 16 insertions, 0 deletions
diff --git a/install/archiso b/install/archiso
index a12104e..3006b5f 100644
--- a/install/archiso
+++ b/install/archiso
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
build() {
add_module "cdrom"
diff --git a/install/archiso_kms b/install/archiso_kms
index 48832ff..8129127 100644
--- a/install/archiso_kms
+++ b/install/archiso_kms
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
build() {
add_module "amdgpu"
diff --git a/install/archiso_loop_mnt b/install/archiso_loop_mnt
index 4a5824d..1f2c529 100644
--- a/install/archiso_loop_mnt
+++ b/install/archiso_loop_mnt
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
build() {
add_runscript
diff --git a/install/archiso_pxe_common b/install/archiso_pxe_common
index da5f6b6..458fa69 100644
--- a/install/archiso_pxe_common
+++ b/install/archiso_pxe_common
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
build() {
add_checked_modules -f "(irda|phy|wimax|wireless|ppp_|plip|pppoe)" "/drivers/net/"
diff --git a/install/archiso_pxe_http b/install/archiso_pxe_http
index 3353eb7..1e80852 100644
--- a/install/archiso_pxe_http
+++ b/install/archiso_pxe_http
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
build() {
add_runscript
diff --git a/install/archiso_pxe_nbd b/install/archiso_pxe_nbd
index 9fe3fdd..b4fb3b6 100644
--- a/install/archiso_pxe_nbd
+++ b/install/archiso_pxe_nbd
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
build() {
add_module "nbd"
diff --git a/install/archiso_pxe_nfs b/install/archiso_pxe_nfs
index fa4e548..efd609d 100644
--- a/install/archiso_pxe_nfs
+++ b/install/archiso_pxe_nfs
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
build() {
add_module "nfs"
diff --git a/install/archiso_shutdown b/install/archiso_shutdown
index 1051d1b..b2c6bd4 100644
--- a/install/archiso_shutdown
+++ b/install/archiso_shutdown
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
build() {
add_binary cp