mirror of
https://github.com/tuxdotrs/tuxOS.git
synced 2025-07-07 02:06:34 +05:30
moved base to iso
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
[Journal]
|
||||
Storage=volatile
|
4
iso/airootfs/etc/systemd/logind.conf.d/suspend.conf
Normal file
4
iso/airootfs/etc/systemd/logind.conf.d/suspend.conf
Normal file
@ -0,0 +1,4 @@
|
||||
[Login]
|
||||
HandleSuspendKey=suspend
|
||||
HandleHibernateKey=hibernate
|
||||
HandleLidSwitch=suspend
|
21
iso/airootfs/etc/systemd/network/20-ethernet.network
Normal file
21
iso/airootfs/etc/systemd/network/20-ethernet.network
Normal file
@ -0,0 +1,21 @@
|
||||
[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*
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
IPv6PrivacyExtensions=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
|
17
iso/airootfs/etc/systemd/network/20-wlan.network
Normal file
17
iso/airootfs/etc/systemd/network/20-wlan.network
Normal file
@ -0,0 +1,17 @@
|
||||
[Match]
|
||||
Name=wl*
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
IPv6PrivacyExtensions=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
|
17
iso/airootfs/etc/systemd/network/20-wwan.network
Normal file
17
iso/airootfs/etc/systemd/network/20-wwan.network
Normal file
@ -0,0 +1,17 @@
|
||||
[Match]
|
||||
Name=ww*
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
IPv6PrivacyExtensions=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
|
@ -0,0 +1 @@
|
||||
/dev/null
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/bluetooth.service
|
10
iso/airootfs/etc/systemd/system/choose-mirror.service
Normal file
10
iso/airootfs/etc/systemd/system/choose-mirror.service
Normal 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.service
|
1
iso/airootfs/etc/systemd/system/dbus-org.bluez.service
Symbolic link
1
iso/airootfs/etc/systemd/system/dbus-org.bluez.service
Symbolic link
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/bluetooth.service
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/ModemManager.service
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/systemd-networkd.service
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/systemd-resolved.service
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/systemd-timesyncd.service
|
1
iso/airootfs/etc/systemd/system/default.target
Symbolic link
1
iso/airootfs/etc/systemd/system/default.target
Symbolic link
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/graphical.target
|
1
iso/airootfs/etc/systemd/system/display-manager.service
Symbolic link
1
iso/airootfs/etc/systemd/system/display-manager.service
Symbolic link
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/sddm.service
|
8
iso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount
Normal file
8
iso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount
Normal file
@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Temporary /etc/pacman.d/gnupg directory
|
||||
|
||||
[Mount]
|
||||
What=ramfs
|
||||
Where=/etc/pacman.d/gnupg
|
||||
Type=ramfs
|
||||
Options=mode=0755
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/ModemManager.service
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager.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 @@
|
||||
../pacman-init.service
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/reflector.service
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/sshd.service
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/systemd-resolved.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/wpa_supplicant.service
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager-wait-online.service
|
15
iso/airootfs/etc/systemd/system/pacman-init.service
Normal file
15
iso/airootfs/etc/systemd/system/pacman-init.service
Normal 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
|
@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
ConditionKernelCommandLine=!mirror
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
RestartSec=10
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/systemd-time-wait-sync.service
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/systemd-timesyncd.service
|
Reference in New Issue
Block a user