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 @@
|
||||
/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