upload base archiso files

This commit is contained in:
Eshan Roy (Eshanized)
2024-02-25 15:46:39 +05:30
parent ba023a7f53
commit e10faed064
83 changed files with 1201 additions and 0 deletions

View 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