Remove SPDX license identifier from releng configs
configs/baseline/*: Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for copyright.
This commit is contained in:
parent
00a1e8e7d2
commit
f4324e2f81
@ -1,6 +1,3 @@
|
|||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
# vim:set ft=sh
|
# vim:set ft=sh
|
||||||
# MODULES
|
# MODULES
|
||||||
# The following modules are loaded before any boot hooks are
|
# The following modules are loaded before any boot hooks are
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
# mkinitcpio preset file for the 'linux' package on archiso
|
# mkinitcpio preset file for the 'linux' package on archiso
|
||||||
|
|
||||||
PRESETS=('archiso')
|
PRESETS=('archiso')
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
[Match]
|
[Match]
|
||||||
Name=en*
|
Name=en*
|
||||||
Name=eth*
|
Name=eth*
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
# Allow systemd-networkd-wait-online to succeed with one interface, otherwise, if multiple network interfaces exist,
|
# Allow systemd-networkd-wait-online to succeed with one interface, otherwise, if multiple network interfaces exist,
|
||||||
# network-online.target gets needlessly delayed.
|
# network-online.target gets needlessly delayed.
|
||||||
# See https://wiki.archlinux.org/title/systemd-networkd#systemd-networkd-wait-online
|
# See https://wiki.archlinux.org/title/systemd-networkd#systemd-networkd-wait-online
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
title Arch Linux (x86_64, UEFI)
|
title Arch Linux (x86_64, UEFI)
|
||||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
||||||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
title Arch Linux (x86_64, UEFI) Copy to RAM
|
title Arch Linux (x86_64, UEFI) Copy to RAM
|
||||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
||||||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||||
|
@ -1,5 +1,2 @@
|
|||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
timeout 3
|
timeout 3
|
||||||
default 01-archiso-x86_64-linux.conf
|
default 01-archiso-x86_64-linux.conf
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
base
|
base
|
||||||
cloud-init
|
cloud-init
|
||||||
linux
|
linux
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
# /etc/pacman.conf
|
# /etc/pacman.conf
|
||||||
#
|
#
|
||||||
# See the pacman.conf(5) manpage for option and repository directives
|
# See the pacman.conf(5) manpage for option and repository directives
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# GENERAL OPTIONS
|
# GENERAL OPTIONS
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
LABEL arch
|
LABEL arch
|
||||||
MENU LABEL Arch Linux (x86_64, BIOS)
|
MENU LABEL Arch Linux (x86_64, BIOS)
|
||||||
LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
|
LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
SERIAL 0 115200
|
SERIAL 0 115200
|
||||||
UI menu.c32
|
UI menu.c32
|
||||||
MENU TITLE Arch Linux
|
MENU TITLE Arch Linux
|
||||||
|
Loading…
Reference in New Issue
Block a user