summaryrefslogtreecommitdiff
path: root/configs/talkingparabola/airootfs/etc/systemd
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-11-03 14:14:40 -0300
committerDavid P <megver83@parabola.nu>2020-11-05 19:58:07 -0300
commit6ce377c73ecb7d5e62a7546132b7ab70d771f5d2 (patch)
tree0d09d0328f2f716d0204893d780171cc36bea705 /configs/talkingparabola/airootfs/etc/systemd
parentcd1f2f1951ee54554169c9bf38e41692c6286c22 (diff)
sync with archiso v49v49
Imported changes: cc169d7 (HEAD -> master, origin/master, origin/HEAD) configs/releng/packages.x86_64: add fatresize, gpart and tmux 40ae3ba (tag: v49) Set syslinux bootloader timeout to 15s ee6c5fa Set bootloader timeouts to 15s 9f16862 Configure the image type and image creation options using profiles (#54) e369ade fix a typo, add myself in AUTHORS.rst e748a77 Add accessibility support based on option flag 8bb3e8c Fix linter errors in livecd-sound 6a39300 implement accessibility support in archiso 6820f2c Add modconf to HOOKS array in mkinitcpio.conf 3caa30f configs/releng/packages.x86_64: add squashfs-tools and udftools 1bd944e Remove build.sh support from profiles and mkarchiso bff3676 (origin/issues/38) Add documentation about how to create profiles Extra changes: * remove talkingparabola profile, it's no longer required TODO: * add braille support in OpenRC profiles Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/talkingparabola/airootfs/etc/systemd')
-rw-r--r--configs/talkingparabola/airootfs/etc/systemd/journald.conf.d/volatile-storage.conf5
-rw-r--r--configs/talkingparabola/airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf7
-rw-r--r--configs/talkingparabola/airootfs/etc/systemd/network/20-ethernet.network13
-rw-r--r--configs/talkingparabola/airootfs/etc/systemd/network/20-wireless.network13
-rw-r--r--configs/talkingparabola/airootfs/etc/systemd/system/choose-mirror.service13
l---------configs/talkingparabola/airootfs/etc/systemd/system/dbus-org.freedesktop.network1.service1
l---------configs/talkingparabola/airootfs/etc/systemd/system/dbus-org.freedesktop.resolve1.service1
-rw-r--r--configs/talkingparabola/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount11
-rw-r--r--configs/talkingparabola/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf6
-rw-r--r--configs/talkingparabola/airootfs/etc/systemd/system/livecd-alsa-unmuter.service15
l---------configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/choose-mirror.service1
l---------configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/iwd.service1
l---------configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/pacman-init.service1
l---------configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/reflector.service1
l---------configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/systemd-networkd.service1
l---------configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/systemd-resolved.service1
l---------configs/talkingparabola/airootfs/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service1
-rw-r--r--configs/talkingparabola/airootfs/etc/systemd/system/pacman-init.service18
-rw-r--r--configs/talkingparabola/airootfs/etc/systemd/system/reflector.service.d/parabolaiso.conf6
l---------configs/talkingparabola/airootfs/etc/systemd/system/sockets.target.wants/systemd-networkd.socket1
-rw-r--r--configs/talkingparabola/airootfs/etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf6
21 files changed, 0 insertions, 123 deletions
diff --git a/configs/talkingparabola/airootfs/etc/systemd/journald.conf.d/volatile-storage.conf b/configs/talkingparabola/airootfs/etc/systemd/journald.conf.d/volatile-storage.conf
deleted file mode 100644
index 3104779..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/journald.conf.d/volatile-storage.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-#
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-[Journal]
-Storage=volatile
diff --git a/configs/talkingparabola/airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf b/configs/talkingparabola/airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf
deleted file mode 100644
index c6b17a4..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-[Login]
-HandleSuspendKey=ignore
-HandleHibernateKey=ignore
-HandleLidSwitch=ignore
diff --git a/configs/talkingparabola/airootfs/etc/systemd/network/20-ethernet.network b/configs/talkingparabola/airootfs/etc/systemd/network/20-ethernet.network
deleted file mode 100644
index efa309c..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/network/20-ethernet.network
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-[Match]
-Name=en*
-Name=eth*
-
-[Network]
-DHCP=yes
-IPv6PrivacyExtensions=yes
-
-[DHCP]
-RouteMetric=512
diff --git a/configs/talkingparabola/airootfs/etc/systemd/network/20-wireless.network b/configs/talkingparabola/airootfs/etc/systemd/network/20-wireless.network
deleted file mode 100644
index bf9ab9d..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/network/20-wireless.network
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-[Match]
-Name=wlp*
-Name=wlan*
-
-[Network]
-DHCP=yes
-IPv6PrivacyExtensions=yes
-
-[DHCP]
-RouteMetric=1024
diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/choose-mirror.service b/configs/talkingparabola/airootfs/etc/systemd/system/choose-mirror.service
deleted file mode 100644
index b3e4847..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/system/choose-mirror.service
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-[Unit]
-Description=Choose mirror from the kernel command line
-ConditionKernelCommandLine=mirror
-
-[Service]
-Type=oneshot
-ExecStart=/usr/local/bin/choose-mirror
-
-[Install]
-WantedBy=multi-user.target
diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/dbus-org.freedesktop.network1.service b/configs/talkingparabola/airootfs/etc/systemd/system/dbus-org.freedesktop.network1.service
deleted file mode 120000
index 4c158e6..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/system/dbus-org.freedesktop.network1.service
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/systemd/system/systemd-networkd.service \ No newline at end of file
diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/dbus-org.freedesktop.resolve1.service b/configs/talkingparabola/airootfs/etc/systemd/system/dbus-org.freedesktop.resolve1.service
deleted file mode 120000
index 4f6ae34..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/system/dbus-org.freedesktop.resolve1.service
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/systemd/system/systemd-resolved.service \ No newline at end of file
diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount b/configs/talkingparabola/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount
deleted file mode 100644
index f86a91d..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-[Unit]
-Description=Temporary /etc/pacman.d/gnupg directory
-
-[Mount]
-What=tmpfs
-Where=/etc/pacman.d/gnupg
-Type=tmpfs
-Options=mode=0755
diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf b/configs/talkingparabola/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf
deleted file mode 100644
index 370735f..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-#
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-[Service]
-ExecStart=
-ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux
diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/livecd-alsa-unmuter.service b/configs/talkingparabola/airootfs/etc/systemd/system/livecd-alsa-unmuter.service
deleted file mode 100644
index e3b9073..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/system/livecd-alsa-unmuter.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Unmute All Sound Card Controls For Use With The Live TalkingParabola Environment
-# This needs to run after the audio device becomes available.
-Wants=systemd-udev-settle.service
-After=systemd-udev-settle.service sound.target
-DefaultDependencies=no
-Before=shutdown.target
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/livecd-alsa-unmuter
-StandardOutput=syslog
-
-[Install]
-WantedBy=sound.target
diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/choose-mirror.service b/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/choose-mirror.service
deleted file mode 120000
index 2d8d256..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/choose-mirror.service
+++ /dev/null
@@ -1 +0,0 @@
-../choose-mirror.service \ No newline at end of file
diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/iwd.service b/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/iwd.service
deleted file mode 120000
index 3625abd..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/iwd.service
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/systemd/system/iwd.service \ No newline at end of file
diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/pacman-init.service b/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/pacman-init.service
deleted file mode 120000
index d09eec6..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/pacman-init.service
+++ /dev/null
@@ -1 +0,0 @@
-../pacman-init.service \ No newline at end of file
diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/reflector.service b/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/reflector.service
deleted file mode 120000
index d372729..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/reflector.service
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/systemd/system/reflector.service \ No newline at end of file
diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/systemd-networkd.service b/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
deleted file mode 120000
index 4c158e6..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/systemd/system/systemd-networkd.service \ No newline at end of file
diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/systemd-resolved.service b/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/systemd-resolved.service
deleted file mode 120000
index 4f6ae34..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/system/multi-user.target.wants/systemd-resolved.service
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/systemd/system/systemd-resolved.service \ No newline at end of file
diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service b/configs/talkingparabola/airootfs/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
deleted file mode 120000
index 7d6ad92..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/systemd/system/systemd-networkd-wait-online.service \ No newline at end of file
diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/pacman-init.service b/configs/talkingparabola/airootfs/etc/systemd/system/pacman-init.service
deleted file mode 100644
index 6e9b84d..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/system/pacman-init.service
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-[Unit]
-Description=Initializes Pacman keyring
-Wants=haveged.service
-After=haveged.service
-Requires=etc-pacman.d-gnupg.mount
-After=etc-pacman.d-gnupg.mount
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/bin/pacman-key --init
-ExecStart=/usr/bin/pacman-key --populate parabola archlinux archlinux32
-
-[Install]
-WantedBy=multi-user.target
diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/reflector.service.d/parabolaiso.conf b/configs/talkingparabola/airootfs/etc/systemd/system/reflector.service.d/parabolaiso.conf
deleted file mode 100644
index de6664d..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/system/reflector.service.d/parabolaiso.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-[Unit]
-ConditionKernelCommandLine=!mirror
-
-[Service]
-Restart=on-failure
-RestartSec=10
diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/sockets.target.wants/systemd-networkd.socket b/configs/talkingparabola/airootfs/etc/systemd/system/sockets.target.wants/systemd-networkd.socket
deleted file mode 120000
index 51942c8..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/system/sockets.target.wants/systemd-networkd.socket
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/systemd/system/systemd-networkd.socket \ No newline at end of file
diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf b/configs/talkingparabola/airootfs/etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf
deleted file mode 100644
index 1b4c091..0000000
--- a/configs/talkingparabola/airootfs/etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-#
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-[Service]
-ExecStart=
-ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --any