index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | David Runge <dvzrv@archlinux.org> | 2020-05-30 00:01:28 +0200 |
---|---|---|
committer | David Runge <dvzrv@archlinux.org> | 2020-07-29 14:27:48 +0200 |
commit | 3b00a94ec50320cae76af92f94f6aa29c4dbcb67 (patch) | |
tree | 615c6d530c5aedc359e9297e484855559a79f676 /install | |
parent | 85d3c7c533e1485451997122923b5d30390cb42a (diff) |
-rw-r--r-- | install/archiso | 2 | ||||
-rw-r--r-- | install/archiso_kms | 2 | ||||
-rw-r--r-- | install/archiso_loop_mnt | 2 | ||||
-rw-r--r-- | install/archiso_pxe_common | 2 | ||||
-rw-r--r-- | install/archiso_pxe_http | 2 | ||||
-rw-r--r-- | install/archiso_pxe_nbd | 2 | ||||
-rw-r--r-- | install/archiso_pxe_nfs | 2 | ||||
-rw-r--r-- | install/archiso_shutdown | 2 |
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 |