diff options
| author | nl6720 <nl6720@gmail.com> | 2020-07-29 18:10:25 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2020-07-29 18:10:25 +0300 |
| commit | a5886ad71ec821a37a96f4bef94002186359792d (patch) | |
| tree | 3fec183e8a9c8247183784b40b407a3c96a364a6 /configs | |
| parent | b8dc4484e8ebe0b841e0a5589eb781dc551a620f (diff) | |
| download | archiso-a5886ad71ec821a37a96f4bef94002186359792d.tar.gz archiso-a5886ad71ec821a37a96f4bef94002186359792d.tar.bz2 | |
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')
| -rw-r--r-- | configs/releng/airootfs/etc/fstab | 2 | ||||
| l--------- | configs/releng/airootfs/etc/systemd/system/default.target | 1 |
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 |
