diff --git a/pi3/build/build-stormux.sh b/pi3/build/build-stormux.sh index 10c46a4..b5fa0c8 100755 --- a/pi3/build/build-stormux.sh +++ b/pi3/build/build-stormux.sh @@ -180,6 +180,7 @@ pacman -Su --needed --noconfirm \ pipewire-alsa \ pipewire-jack \ pipewire-pulse \ + realtime-privileges \ rhvoice-voice-bdl \ rng-tools \ rsync \ @@ -202,7 +203,7 @@ systemctl enable rngd.service echo 'Stormux \r (\l)' > /etc/issue echo >> /etc/issue # 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. echo 'stormux ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers.d/wheel # Set the password for the root user diff --git a/pi3/files/etc/motd b/pi3/files/etc/motd index fa11694..e2810bc 100644 --- a/pi3/files/etc/motd +++ b/pi3/files/etc/motd @@ -3,6 +3,6 @@ Welcome to Stormux, powered by Arch Linux ARM Stormux Website: https://stormux.org 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 diff --git a/pi4/files/etc/motd b/pi4/files/etc/motd index fa11694..e2810bc 100644 --- a/pi4/files/etc/motd +++ b/pi4/files/etc/motd @@ -3,6 +3,6 @@ Welcome to Stormux, powered by Arch Linux ARM Stormux Website: https://stormux.org 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