first commit
This commit is contained in:
2
archiso/airootfs/etc/systemd/journald.conf.d/volatile-storage.conf
Executable file
2
archiso/airootfs/etc/systemd/journald.conf.d/volatile-storage.conf
Executable file
@@ -0,0 +1,2 @@
|
||||
[Journal]
|
||||
Storage=volatile
|
||||
4
archiso/airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf
Executable file
4
archiso/airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf
Executable file
@@ -0,0 +1,4 @@
|
||||
[Login]
|
||||
HandleSuspendKey=ignore
|
||||
HandleHibernateKey=ignore
|
||||
HandleLidSwitch=ignore
|
||||
2
archiso/airootfs/etc/systemd/network.conf.d/ipv6-privacy-extensions.conf
Executable file
2
archiso/airootfs/etc/systemd/network.conf.d/ipv6-privacy-extensions.conf
Executable file
@@ -0,0 +1,2 @@
|
||||
[Network]
|
||||
IPv6PrivacyExtensions=yes
|
||||
24
archiso/airootfs/etc/systemd/network/20-ethernet.network
Executable file
24
archiso/airootfs/etc/systemd/network/20-ethernet.network
Executable file
@@ -0,0 +1,24 @@
|
||||
[Match]
|
||||
# Matching with "Type=ether" causes issues with containers because it also matches virtual Ethernet interfaces (veth*).
|
||||
# See https://bugs.archlinux.org/task/70892
|
||||
# Instead match by globbing the network interface name.
|
||||
Name=en*
|
||||
Name=eth*
|
||||
|
||||
[Link]
|
||||
RequiredForOnline=routable
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
MulticastDNS=yes
|
||||
|
||||
# systemd-networkd does not set per-interface-type default route metrics
|
||||
# https://github.com/systemd/systemd/issues/17698
|
||||
# Explicitly set route metric, so that Ethernet is preferred over Wi-Fi and Wi-Fi is preferred over mobile broadband.
|
||||
# Use values from NetworkManager. From nm_device_get_route_metric_default in
|
||||
# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c
|
||||
[DHCPv4]
|
||||
RouteMetric=100
|
||||
|
||||
[IPv6AcceptRA]
|
||||
RouteMetric=100
|
||||
20
archiso/airootfs/etc/systemd/network/20-wlan.network
Executable file
20
archiso/airootfs/etc/systemd/network/20-wlan.network
Executable file
@@ -0,0 +1,20 @@
|
||||
[Match]
|
||||
Name=wl*
|
||||
|
||||
[Link]
|
||||
RequiredForOnline=routable
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
MulticastDNS=yes
|
||||
|
||||
# systemd-networkd does not set per-interface-type default route metrics
|
||||
# https://github.com/systemd/systemd/issues/17698
|
||||
# Explicitly set route metric, so that Ethernet is preferred over Wi-Fi and Wi-Fi is preferred over mobile broadband.
|
||||
# Use values from NetworkManager. From nm_device_get_route_metric_default in
|
||||
# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c
|
||||
[DHCPv4]
|
||||
RouteMetric=600
|
||||
|
||||
[IPv6AcceptRA]
|
||||
RouteMetric=600
|
||||
19
archiso/airootfs/etc/systemd/network/20-wwan.network
Executable file
19
archiso/airootfs/etc/systemd/network/20-wwan.network
Executable file
@@ -0,0 +1,19 @@
|
||||
[Match]
|
||||
Name=ww*
|
||||
|
||||
[Link]
|
||||
RequiredForOnline=routable
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
|
||||
# systemd-networkd does not set per-interface-type default route metrics
|
||||
# https://github.com/systemd/systemd/issues/17698
|
||||
# Explicitly set route metric, so that Ethernet is preferred over Wi-Fi and Wi-Fi is preferred over mobile broadband.
|
||||
# Use values from NetworkManager. From nm_device_get_route_metric_default in
|
||||
# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c
|
||||
[DHCPv4]
|
||||
RouteMetric=700
|
||||
|
||||
[IPv6AcceptRA]
|
||||
RouteMetric=700
|
||||
4
archiso/airootfs/etc/systemd/resolved.conf.d/archiso.conf
Executable file
4
archiso/airootfs/etc/systemd/resolved.conf.d/archiso.conf
Executable file
@@ -0,0 +1,4 @@
|
||||
# Default systemd-resolved configuration for archiso
|
||||
|
||||
[Resolve]
|
||||
MulticastDNS=yes
|
||||
@@ -0,0 +1 @@
|
||||
/dev/null
|
||||
10
archiso/airootfs/etc/systemd/system/choose-mirror.service
Executable file
10
archiso/airootfs/etc/systemd/system/choose-mirror.service
Executable file
@@ -0,0 +1,10 @@
|
||||
[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
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/cloud-config.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/cloud-final.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/cloud-init-local.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/cloud-init-main.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/cloud-init-network.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/ModemManager.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager-dispatcher.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/systemd-resolved.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/systemd-timesyncd.service
|
||||
1
archiso/airootfs/etc/systemd/system/default.target
Symbolic link
1
archiso/airootfs/etc/systemd/system/default.target
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/graphical.target
|
||||
1
archiso/airootfs/etc/systemd/system/display-manager.service
Symbolic link
1
archiso/airootfs/etc/systemd/system/display-manager.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/sddm.service
|
||||
8
archiso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount
Executable file
8
archiso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount
Executable file
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Temporary /etc/pacman.d/gnupg directory
|
||||
|
||||
[Mount]
|
||||
What=tmpfs
|
||||
Where=/etc/pacman.d/gnupg
|
||||
Type=tmpfs
|
||||
Options=mode=0755,noswap
|
||||
3
archiso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf
Executable file
3
archiso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf
Executable file
@@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin root - $TERM
|
||||
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Conflicts=plymouth-quit.service
|
||||
After=plymouth-quit.service rc-local.service plymouth-start.service systemd-user-sessions.service
|
||||
OnFailure=plymouth-quit.service
|
||||
|
||||
[Service]
|
||||
ExecStartPost=-/usr/bin/sleep 30
|
||||
ExecStartPost=-/usr/bin/plymouth quit --retain-splash
|
||||
@@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
ExecStartPre=/bin/sleep 5
|
||||
13
archiso/airootfs/etc/systemd/system/livecd-alsa-unmuter.service
Executable file
13
archiso/airootfs/etc/systemd/system/livecd-alsa-unmuter.service
Executable file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Unmute All Sound Card Controls For Use With The Live Arch Environment
|
||||
# This needs to run after the audio device becomes available.
|
||||
Wants=systemd-udev-settle.service
|
||||
After=systemd-udev-settle.service sound.target
|
||||
ConditionKernelCommandLine=accessibility=on
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/bin/livecd-sound -u
|
||||
|
||||
[Install]
|
||||
WantedBy=sound.target
|
||||
20
archiso/airootfs/etc/systemd/system/livecd-talk.service
Executable file
20
archiso/airootfs/etc/systemd/system/livecd-talk.service
Executable file
@@ -0,0 +1,20 @@
|
||||
[Unit]
|
||||
Description=Screen reader service
|
||||
After=livecd-alsa-unmuter.service
|
||||
Before=getty@tty1.service
|
||||
ConditionKernelCommandLine=accessibility=on
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
TTYPath=/dev/tty13
|
||||
ExecStartPre=/usr/bin/chvt 13
|
||||
ExecStart=/usr/local/bin/livecd-sound -p
|
||||
ExecStartPost=/usr/bin/chvt 1
|
||||
ExecStartPost=systemctl start espeakup.service
|
||||
StandardInput=tty
|
||||
TTYVHangup=yes
|
||||
TTYVTDisallocate=yes
|
||||
RemainAfterExit=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/ModemManager.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/SOService.service
|
||||
@@ -0,0 +1 @@
|
||||
../choose-mirror.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/hv_fcopy_daemon.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/hv_kvp_daemon.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/hv_vss_daemon.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/iwd.service
|
||||
@@ -0,0 +1 @@
|
||||
/etc/systemd/system/livecd-talk.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/ntpd.service
|
||||
@@ -0,0 +1 @@
|
||||
../pacman-init.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/pure-ftpd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/runsunloginclient.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/systemd-resolved.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/teamviewerd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/todeskd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/vboxservice.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/vmtoolsd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/vmware-vmblock-fuse.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager-wait-online.service
|
||||
15
archiso/airootfs/etc/systemd/system/pacman-init.service
Executable file
15
archiso/airootfs/etc/systemd/system/pacman-init.service
Executable file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Initializes Pacman keyring
|
||||
Requires=etc-pacman.d-gnupg.mount
|
||||
After=etc-pacman.d-gnupg.mount time-sync.target
|
||||
BindsTo=etc-pacman.d-gnupg.mount
|
||||
Before=archlinux-keyring-wkd-sync.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/pacman-key --init
|
||||
ExecStart=/usr/bin/pacman-key --populate
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
6
archiso/airootfs/etc/systemd/system/reflector.service.d/archiso.conf
Executable file
6
archiso/airootfs/etc/systemd/system/reflector.service.d/archiso.conf
Executable file
@@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
ConditionKernelCommandLine=!mirror
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
RestartSec=10
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/pcscd.socket
|
||||
@@ -0,0 +1 @@
|
||||
../livecd-alsa-unmuter.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/systemd-time-wait-sync.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/systemd-timesyncd.service
|
||||
@@ -0,0 +1,6 @@
|
||||
# Allow systemd-networkd-wait-online to succeed with one interface, otherwise, if multiple network interfaces exist,
|
||||
# network-online.target gets needlessly delayed.
|
||||
# See https://wiki.archlinux.org/title/systemd-networkd#systemd-networkd-wait-online
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --any
|
||||
Reference in New Issue
Block a user