Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/releng/airootfs
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-07-29 18:10:25 +0300
committernl6720 <nl6720@gmail.com>2020-07-29 18:10:25 +0300
commita5886ad71ec821a37a96f4bef94002186359792d (patch)
tree3fec183e8a9c8247183784b40b407a3c96a364a6 /configs/releng/airootfs
parentb8dc4484e8ebe0b841e0a5589eb781dc551a620f (diff)
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.
Diffstat (limited to 'configs/releng/airootfs')
-rw-r--r--configs/releng/airootfs/etc/fstab2
l---------configs/releng/airootfs/etc/systemd/system/default.target1
2 files changed, 0 insertions, 3 deletions
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