This commit is contained in:
Eshan Roy (Eshanized)
2024-02-25 17:18:49 +05:30
parent 7b8890a5c1
commit dcc62a50f9
57 changed files with 128 additions and 63 deletions

View File

@@ -0,0 +1 @@
Snigdha OS \r (\l)

View File

@@ -0,0 +1,47 @@
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it under the
# terms of the GNU Lesser General Public License as published by the Free
# Software Foundation; either version 2.1 of the License, or (at your option)
# any later version.
#
# Entries in this file show the compile time defaults. Local configuration
# should be created by either modifying this file, or by creating "drop-ins" in
# the journald.conf.d/ subdirectory. The latter is generally recommended.
# Defaults can be restored by simply deleting this file and all drop-ins.
#
# Use 'systemd-analyze cat-config systemd/journald.conf' to display the full config.
#
# See journald.conf(5) for details.
[Journal]
Storage=volatile
#Compress=yes
#Seal=yes
#SplitMode=uid
#SyncIntervalSec=5m
#RateLimitIntervalSec=30s
#RateLimitBurst=10000
#SystemMaxUse=
#SystemKeepFree=
#SystemMaxFileSize=
#SystemMaxFiles=100
#RuntimeMaxUse=
#RuntimeKeepFree=
#RuntimeMaxFileSize=
#RuntimeMaxFiles=100
#MaxRetentionSec=
#MaxFileSec=1month
#ForwardToSyslog=no
#ForwardToKMsg=no
#ForwardToConsole=no
#ForwardToWall=yes
#TTYPath=/dev/console
#MaxLevelStore=debug
#MaxLevelSyslog=debug
#MaxLevelKMsg=notice
#MaxLevelConsole=info
#MaxLevelWall=emerg
#LineMax=48K
#ReadKMsg=yes
#Audit=yes

View File

View File

@@ -0,0 +1,45 @@
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it under the
# terms of the GNU Lesser General Public License as published by the Free
# Software Foundation; either version 2.1 of the License, or (at your option)
# any later version.
#
# Entries in this file show the compile time defaults. Local configuration
# should be created by either modifying this file, or by creating "drop-ins" in
# the logind.conf.d/ subdirectory. The latter is generally recommended.
# Defaults can be restored by simply deleting this file and all drop-ins.
#
# Use 'systemd-analyze cat-config systemd/logind.conf' to display the full config.
#
# See logind.conf(5) for details.
[Login]
#NAutoVTs=6
#ReserveVT=6
#KillUserProcesses=no
#KillOnlyUsers=
#KillExcludeUsers=root
#InhibitDelayMaxSec=5
#UserStopDelaySec=10
#HandlePowerKey=poweroff
HandleSuspendKey=ignore
HandleHibernateKey=ignore
HandleLidSwitch=ignore
#HandleLidSwitchExternalPower=suspend
#HandleLidSwitchDocked=ignore
#HandleRebootKey=reboot
#HandleRebootKeyLongPress=poweroff
#PowerKeyIgnoreInhibited=no
#SuspendKeyIgnoreInhibited=no
#HibernateKeyIgnoreInhibited=no
#LidSwitchIgnoreInhibited=yes
#RebootKeyIgnoreInhibited=no
#HoldoffTimeoutSec=30s
#IdleAction=ignore
#IdleActionSec=30min
#RuntimeDirectorySize=10%
#RuntimeDirectoryInodes=400k
#RemoveIPC=yes
#InhibitorsMax=8192
#SessionsMax=8192

View File

View File

@@ -1,2 +0,0 @@
[Network]
IPv6PrivacyExtensions=yes

View File

@@ -5,12 +5,9 @@
Name=en*
Name=eth*
[Link]
RequiredForOnline=routable
[Network]
DHCP=yes
MulticastDNS=yes
IPv6PrivacyExtensions=yes
# systemd-networkd does not set per-interface-type default route metrics
# https://github.com/systemd/systemd/issues/17698

5
archiso/airootfs/etc/systemd/network/20-wlan.network Normal file → Executable file
View File

@@ -1,12 +1,9 @@
[Match]
Name=wl*
[Link]
RequiredForOnline=routable
[Network]
DHCP=yes
MulticastDNS=yes
IPv6PrivacyExtensions=yes
# systemd-networkd does not set per-interface-type default route metrics
# https://github.com/systemd/systemd/issues/17698

4
archiso/airootfs/etc/systemd/network/20-wwan.network Normal file → Executable file
View File

@@ -1,11 +1,9 @@
[Match]
Name=ww*
[Link]
RequiredForOnline=routable
[Network]
DHCP=yes
IPv6PrivacyExtensions=yes
# systemd-networkd does not set per-interface-type default route metrics
# https://github.com/systemd/systemd/issues/17698

View File

@@ -1,4 +0,0 @@
# Default systemd-resolved configuration for archiso
[Resolve]
MulticastDNS=yes

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/bluetooth.service

View File

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/cloud-config.service

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/cloud-final.service

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/cloud-init-local.service

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/cloud-init.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/bluetooth.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/avahi-daemon.service

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/ModemManager.service

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/systemd-networkd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager-dispatcher.service

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/systemd-resolved.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/graphical.target

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/gdm.service

View File

@@ -1,8 +0,0 @@
[Unit]
Description=Temporary /etc/pacman.d/gnupg directory
[Mount]
What=tmpfs
Where=/etc/pacman.d/gnupg
Type=tmpfs
Options=mode=0755,noswap

View File

@@ -1,3 +1,3 @@
[Service]
ExecStart=
ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin root - $TERM
ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin liveuser - $TERM

View File

View File

View File

@@ -0,0 +1,15 @@
[Unit]
Description=VMware mount for hgfs
DefaultDependencies=no
Before=umount.target
ConditionVirtualization=vmware
After=sys-fs-fuse-connections.mount
[Mount]
What=vmhgfs-fuse
Where=/mnt/hgfs
Type=fuse
Options=default_permissions,allow_other
[Install]
WantedBy=multi-user.target

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/ModemManager.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/avahi-daemon.service

View File

@@ -1 +0,0 @@
../choose-mirror.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/cups.path

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/iwd.service

View File

@@ -1 +0,0 @@
/etc/systemd/system/livecd-talk.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/qemu-guest-agent.service

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/reflector.service

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/sshd.service

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/systemd-networkd.service

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/systemd-resolved.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/vnstat.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager-wait-online.service

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/systemd-networkd-wait-online.service

View File

@@ -1,15 +0,0 @@
[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

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/cups.service

View File

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/avahi-daemon.socket

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/cups.socket

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/pcscd.socket

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/systemd-networkd.socket

View File

@@ -1 +0,0 @@
../livecd-alsa-unmuter.service

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/systemd-time-wait-sync.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/vnstat.service