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
|
# Amelia Installer
|
||||||
# https://gitlab.com/prism7/archery
|
# https://gitlab.com/prism7/archery
|
||||||
# Version: 8.5.0
|
# Version: 8.5.1
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
|
@ -6241,6 +6241,7 @@ CUSTOMSERV
|
||||||
MKINITCPIO
|
MKINITCPIO
|
||||||
mkinitcpio -P || exit
|
mkinitcpio -P || exit
|
||||||
cat <<-MAKEPKG > /etc/makepkg.conf.d/makepkgd.conf || exit
|
cat <<-MAKEPKG > /etc/makepkg.conf.d/makepkgd.conf || exit
|
||||||
|
#!/hint/bash
|
||||||
CFLAGS="-march=native -O2 -pipe -fno-plt -fexceptions \
|
CFLAGS="-march=native -O2 -pipe -fno-plt -fexceptions \
|
||||||
-Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security \
|
-Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security \
|
||||||
-fstack-clash-protection -fcf-protection \
|
-fstack-clash-protection -fcf-protection \
|
||||||
|
@ -6364,7 +6365,7 @@ SUPPLICANT
|
||||||
%wheel ALL=(ALL) ALL
|
%wheel ALL=(ALL) ALL
|
||||||
SUDOERS
|
SUDOERS
|
||||||
visudo -c /etc/sudoers.d/sudoersd || exit
|
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
|
OPTIMIZED
|
||||||
stage_ok
|
stage_ok
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue