From e264b44682a930f70715ea58cf96e69c87a86b64 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 30 May 2020 00:01:28 +0200 Subject: 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 --- configs/releng/airootfs/etc/fstab | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/releng/airootfs/etc/fstab') diff --git a/configs/releng/airootfs/etc/fstab b/configs/releng/airootfs/etc/fstab index e69de29..3988279 100644 --- a/configs/releng/airootfs/etc/fstab +++ b/configs/releng/airootfs/etc/fstab @@ -0,0 +1,2 @@ +# +# SPDX-License-Identifier: GPL-3.0-or-later -- cgit v1.2.3-54-g00ecf From a5886ad71ec821a37a96f4bef94002186359792d Mon Sep 17 00:00:00 2001 From: nl6720 Date: Wed, 29 Jul 2020 18:10:25 +0300 Subject: Remove unnecessary files from releng's airootfs configs/releng/airootfs/etc/fstab: /etc/fstab shipped by the filesystem package has only comments. There is no reason to replace it with an empty file. configs/releng/airootfs/etc/systemd/system/default.target: There is no harm in booting to graphical.target. releng does not enable (or even install) any service that has {Required,Wanted}By=graphical.target. --- configs/releng/airootfs/etc/fstab | 2 -- configs/releng/airootfs/etc/systemd/system/default.target | 1 - 2 files changed, 3 deletions(-) delete mode 100644 configs/releng/airootfs/etc/fstab delete mode 120000 configs/releng/airootfs/etc/systemd/system/default.target (limited to 'configs/releng/airootfs/etc/fstab') diff --git a/configs/releng/airootfs/etc/fstab b/configs/releng/airootfs/etc/fstab deleted file mode 100644 index 3988279..0000000 --- a/configs/releng/airootfs/etc/fstab +++ /dev/null @@ -1,2 +0,0 @@ -# -# SPDX-License-Identifier: GPL-3.0-or-later diff --git a/configs/releng/airootfs/etc/systemd/system/default.target b/configs/releng/airootfs/etc/systemd/system/default.target deleted file mode 120000 index d321622..0000000 --- a/configs/releng/airootfs/etc/systemd/system/default.target +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/system/multi-user.target \ No newline at end of file -- cgit v1.2.3-54-g00ecf