Skip to content

Instantly share code, notes, and snippets.

@braytac
Last active September 26, 2019 14:32
Show Gist options
  • Save braytac/83af671d3549951a908fd27c852ffda4 to your computer and use it in GitHub Desktop.
Save braytac/83af671d3549951a908fd27c852ffda4 to your computer and use it in GitHub Desktop.
Cosas que no suelo necesitar en el arranque de manjaro/arch
# EN GRUB: desactivar mitigaciones si no me interesan (+perf. Intel)
noibrs noibpb nopti nospectre_v2 nospectre_v1 l1tf=off nospec_store_bypass_disable no_stf_barrier mds=off mitigations=off
pacman -Rsc plymouth
pacman -Rsc mlocate
pacman -Rsc ntp
pacman -Rsc tlp
pacman -Rsc accountsservice
systemctl mask updatedb.service
systemctl mask man-db.service
systemctl mask lvm2-monitor.service
systemctl mask logrotate.service
systemctl mask lvm2-lvmetad.service
systemctl mask lvm2-lvmpolld.service
systemctl mask lvm2-lvmetad.s
systemctl mask lvm2-lvmpolld.socket
systemctl mask logrotate.timer
systemctl mask man-db.timer
systemctl disable bluetooth.service
systemctl mask avahi-daemon.service
systemctl mask avahi-daemon.socket
systemctl mask dbus-org.freedesktop.Avahi.service
systemctl mask NetworkManager-dispatcher.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment