mirror of
https://gitlab.com/prism7/archery.git
synced 2025-02-15 08:29:17 +01:00
Add: 'Minimal Gnome/Plasma' setups > Enable 'rtkit-daemon.service' during installation
This commit is contained in:
parent
df26048b32
commit
4c88c6e3ad
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Amelia Installer
|
||||
# https://gitlab.com/prism7/archery
|
||||
# Version: 8.5.0
|
||||
# Version: 8.5.1
|
||||
|
||||
set -euo pipefail
|
||||
###################################################################################################
|
||||
|
@ -6241,6 +6241,7 @@ CUSTOMSERV
|
|||
MKINITCPIO
|
||||
mkinitcpio -P || exit
|
||||
cat <<-MAKEPKG > /etc/makepkg.conf.d/makepkgd.conf || exit
|
||||
#!/hint/bash
|
||||
CFLAGS="-march=native -O2 -pipe -fno-plt -fexceptions \
|
||||
-Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security \
|
||||
-fstack-clash-protection -fcf-protection \
|
||||
|
@ -6364,7 +6365,7 @@ SUPPLICANT
|
|||
%wheel ALL=(ALL) ALL
|
||||
SUDOERS
|
||||
visudo -c /etc/sudoers.d/sudoersd || exit
|
||||
systemctl enable avahi-daemon bluetooth cups ipp-usb NetworkManager rngd ${displaymanager} ${trim} ${vm_services} || exit
|
||||
systemctl enable avahi-daemon bluetooth cups ipp-usb NetworkManager rngd rtkit-daemon ${displaymanager} ${trim} ${vm_services} || exit
|
||||
OPTIMIZED
|
||||
stage_ok
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue