Add user to realtime group to help with hdmi sound.

This commit is contained in:
Storm Dragon 2022-04-21 00:29:30 -04:00
parent f8987fca58
commit 8101bf6907
3 changed files with 4 additions and 3 deletions

View File

@ -180,6 +180,7 @@ pacman -Su --needed --noconfirm \
pipewire-alsa \ pipewire-alsa \
pipewire-jack \ pipewire-jack \
pipewire-pulse \ pipewire-pulse \
realtime-privileges \
rhvoice-voice-bdl \ rhvoice-voice-bdl \
rng-tools \ rng-tools \
rsync \ rsync \
@ -202,7 +203,7 @@ systemctl enable rngd.service
echo 'Stormux \r (\l)' > /etc/issue echo 'Stormux \r (\l)' > /etc/issue
echo >> /etc/issue echo >> /etc/issue
# Change the alarm user to be stormux # Change the alarm user to be stormux
usermod -a -g users -G wheel,audio,video,network,brlapi -m -d /home/stormux -l stormux alarm usermod -a -g users -G wheel,realtime,audio,video,network,brlapi -m -d /home/stormux -l stormux alarm
# Grant sudo privileges to the stormux user for package installation. # Grant sudo privileges to the stormux user for package installation.
echo 'stormux ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers.d/wheel echo 'stormux ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers.d/wheel
# Set the password for the root user # Set the password for the root user

View File

@ -3,6 +3,6 @@ Welcome to Stormux, powered by Arch Linux ARM
Stormux Website: https://stormux.org Stormux Website: https://stormux.org
Arch Linux ARM Forum: https://archlinuxarm.org/forum Arch Linux ARM Forum: https://archlinuxarm.org/forum
Stormux IRC: #stormux on irc.libera.chat Stormux IRC: #stormux on irc.stormux.org
Arch Linux ARM IRC: #archlinuxarm on irc.libera.chat Arch Linux ARM IRC: #archlinuxarm on irc.libera.chat

View File

@ -3,6 +3,6 @@ Welcome to Stormux, powered by Arch Linux ARM
Stormux Website: https://stormux.org Stormux Website: https://stormux.org
Arch Linux ARM Forum: https://archlinuxarm.org/forum Arch Linux ARM Forum: https://archlinuxarm.org/forum
Stormux IRC: #stormux on irc.libera.chat Stormux IRC: #stormux on irc.stormux.org
Arch Linux ARM IRC: #archlinuxarm on irc.libera.chat Arch Linux ARM IRC: #archlinuxarm on irc.libera.chat