Add user to realtime group to help with hdmi sound.
This commit is contained in:
parent
f8987fca58
commit
8101bf6907
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user