From f13f00e38533a1585ca2ece532ce61c0b053a1d9 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 27 Jan 2023 08:39:50 +0100 Subject: [PATCH] added # SPDX-License-Identifier: GPL-2.0-only --- etc/archboot/aarch64-latest.conf | 3 +-- etc/archboot/aarch64-local.conf | 3 +-- etc/archboot/aarch64.conf | 3 +-- etc/archboot/defaults | 2 ++ etc/archboot/presets/aarch64 | 3 +-- etc/archboot/presets/aarch64-latest | 3 +-- etc/archboot/presets/aarch64-local | 3 +-- etc/archboot/presets/riscv64 | 3 +-- etc/archboot/presets/riscv64-latest | 3 +-- etc/archboot/presets/riscv64-local | 3 +-- etc/archboot/presets/x86_64 | 3 +-- etc/archboot/presets/x86_64-latest | 3 +-- etc/archboot/presets/x86_64-local | 3 +-- etc/archboot/riscv64-latest.conf | 3 +-- etc/archboot/riscv64-local.conf | 3 +-- etc/archboot/riscv64-update_installer.conf | 3 +-- etc/archboot/riscv64.conf | 3 +-- etc/archboot/x86_64-latest.conf | 3 +-- etc/archboot/x86_64-local.conf | 3 +-- etc/archboot/x86_64-update_installer.conf | 3 +-- etc/archboot/x86_64.conf | 3 +-- 21 files changed, 22 insertions(+), 40 deletions(-) diff --git a/etc/archboot/aarch64-latest.conf b/etc/archboot/aarch64-latest.conf index 0fd68aa25..0278fc7c4 100644 --- a/etc/archboot/aarch64-latest.conf +++ b/etc/archboot/aarch64-latest.conf @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # For more information on how using mkinitcpio please refer to the main config file # or check the wiki. MODULES=() diff --git a/etc/archboot/aarch64-local.conf b/etc/archboot/aarch64-local.conf index fc170452c..cc5227612 100644 --- a/etc/archboot/aarch64-local.conf +++ b/etc/archboot/aarch64-local.conf @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # For more information on how using mkinitcpio please refer to the main config file # or check the wiki. MODULES=() diff --git a/etc/archboot/aarch64.conf b/etc/archboot/aarch64.conf index 87b4f268f..5539f2444 100644 --- a/etc/archboot/aarch64.conf +++ b/etc/archboot/aarch64.conf @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # For more information on how using mkinitcpio please refer to the main config file # or check the wiki. MODULES=() diff --git a/etc/archboot/defaults b/etc/archboot/defaults index d2281d492..6a4e6a8a5 100644 --- a/etc/archboot/defaults +++ b/etc/archboot/defaults @@ -1,4 +1,6 @@ # defaults for archboot +# Created by Tobias Powalowski +# SPDX-License-Identifier: GPL-2.0-only # packages to install (eg. firmware, kernel packages) _PACKAGES="base linux linux-firmware linux-firmware-marvell" # grub setup diff --git a/etc/archboot/presets/aarch64 b/etc/archboot/presets/aarch64 index dbd899d4b..11428d8d9 100644 --- a/etc/archboot/presets/aarch64 +++ b/etc/archboot/presets/aarch64 @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/aarch64.conf" diff --git a/etc/archboot/presets/aarch64-latest b/etc/archboot/presets/aarch64-latest index 8010a8b30..7a000f37f 100644 --- a/etc/archboot/presets/aarch64-latest +++ b/etc/archboot/presets/aarch64-latest @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/aarch64-latest.conf" diff --git a/etc/archboot/presets/aarch64-local b/etc/archboot/presets/aarch64-local index dc451498c..b781c7589 100644 --- a/etc/archboot/presets/aarch64-local +++ b/etc/archboot/presets/aarch64-local @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/aarch64-local.conf" diff --git a/etc/archboot/presets/riscv64 b/etc/archboot/presets/riscv64 index 00dcc11a0..803ffc67f 100644 --- a/etc/archboot/presets/riscv64 +++ b/etc/archboot/presets/riscv64 @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/riscv64.conf" diff --git a/etc/archboot/presets/riscv64-latest b/etc/archboot/presets/riscv64-latest index ec037b4fb..30b37824b 100644 --- a/etc/archboot/presets/riscv64-latest +++ b/etc/archboot/presets/riscv64-latest @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/riscv64-latest.conf" diff --git a/etc/archboot/presets/riscv64-local b/etc/archboot/presets/riscv64-local index a5d3c17c2..8639d5759 100644 --- a/etc/archboot/presets/riscv64-local +++ b/etc/archboot/presets/riscv64-local @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/riscv64-local.conf" diff --git a/etc/archboot/presets/x86_64 b/etc/archboot/presets/x86_64 index 671f9628b..148bc8c79 100644 --- a/etc/archboot/presets/x86_64 +++ b/etc/archboot/presets/x86_64 @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/x86_64.conf" diff --git a/etc/archboot/presets/x86_64-latest b/etc/archboot/presets/x86_64-latest index 2343dc97a..07860b14d 100644 --- a/etc/archboot/presets/x86_64-latest +++ b/etc/archboot/presets/x86_64-latest @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/x86_64-latest.conf" diff --git a/etc/archboot/presets/x86_64-local b/etc/archboot/presets/x86_64-local index a97d0c39c..7099ef8a0 100644 --- a/etc/archboot/presets/x86_64-local +++ b/etc/archboot/presets/x86_64-local @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/x86_64-local.conf" diff --git a/etc/archboot/riscv64-latest.conf b/etc/archboot/riscv64-latest.conf index 0fd68aa25..0278fc7c4 100644 --- a/etc/archboot/riscv64-latest.conf +++ b/etc/archboot/riscv64-latest.conf @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # For more information on how using mkinitcpio please refer to the main config file # or check the wiki. MODULES=() diff --git a/etc/archboot/riscv64-local.conf b/etc/archboot/riscv64-local.conf index fc170452c..cc5227612 100644 --- a/etc/archboot/riscv64-local.conf +++ b/etc/archboot/riscv64-local.conf @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # For more information on how using mkinitcpio please refer to the main config file # or check the wiki. MODULES=() diff --git a/etc/archboot/riscv64-update_installer.conf b/etc/archboot/riscv64-update_installer.conf index 5de3cbfe1..e6ed3692a 100644 --- a/etc/archboot/riscv64-update_installer.conf +++ b/etc/archboot/riscv64-update_installer.conf @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # For more information on how using mkinitcpio please refer to the main config file # or check the wiki. MODULES=() diff --git a/etc/archboot/riscv64.conf b/etc/archboot/riscv64.conf index 5c5fd0fdb..3f7e03c61 100644 --- a/etc/archboot/riscv64.conf +++ b/etc/archboot/riscv64.conf @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # For more information on how using mkinitcpio please refer to the main config file # or check the wiki. MODULES=() diff --git a/etc/archboot/x86_64-latest.conf b/etc/archboot/x86_64-latest.conf index e6f5c19f7..c17b47911 100644 --- a/etc/archboot/x86_64-latest.conf +++ b/etc/archboot/x86_64-latest.conf @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # For more information on how using mkinitcpio please refer to the main config file # or check the wiki. MODULES=() diff --git a/etc/archboot/x86_64-local.conf b/etc/archboot/x86_64-local.conf index fc170452c..cc5227612 100644 --- a/etc/archboot/x86_64-local.conf +++ b/etc/archboot/x86_64-local.conf @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # For more information on how using mkinitcpio please refer to the main config file # or check the wiki. MODULES=() diff --git a/etc/archboot/x86_64-update_installer.conf b/etc/archboot/x86_64-update_installer.conf index 9544bf9ba..aa29c4828 100644 --- a/etc/archboot/x86_64-update_installer.conf +++ b/etc/archboot/x86_64-update_installer.conf @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # For more information on how using mkinitcpio please refer to the main config file # or check the wiki. MODULES=() diff --git a/etc/archboot/x86_64.conf b/etc/archboot/x86_64.conf index 8e952f5a2..88e06a4e3 100644 --- a/etc/archboot/x86_64.conf +++ b/etc/archboot/x86_64.conf @@ -1,6 +1,5 @@ -# vim:set ft=sh: # Created by Tobias Powalowski - +# SPDX-License-Identifier: GPL-2.0-only # For more information on how using mkinitcpio please refer to the main config file # or check the wiki. MODULES=()