>>105584168 (OP)
updooter general
I quit arch because I hated having to pacman -Syu 3 gb of updates before I wanted to install any package or else there would be a dependency issue
>>105584951 >no UKI support >GRUB only, so autistic luks2 setups are a no-go >can't harden openrc or dinit like systemd (i know i know, >no usecase)
otherwise it's not bad but I need more
>>105585066
Anime is fine.
Having mitigations off while using the default lenovo UEFI is troon territory, at least coreboot/Canoeboot/GNUboot/niggerboot it if you want no mitigations, stop doing half-assed setups you mongoloids.
>>105585122
I have mitigations=off on all my machines, and only one of them (the T480 I'm posting on right now) can use Coreboot. as far as I know the A485 can't use it, my Thinkcentre can't either, neither can my desktop or my MSI laptop
it's not like I'm doing anything critical on my machines that would make it matter anyway. if I had a work machine I wouldn't disable mitigations, but I don't work in tech or with a computer at all, so again, nothing critical going on here
update() (
sudo pacman -Syu
if [ ! -d "$HOME/.aur" ]; then return; fi
cd "$HOME/.aur"
for package in *; do
if aur_new_version_available "$package"; then
aur_update_package "$package"
fi
done
)
>>105584168 (OP)
That's the reason why I have 0 motivation to explore other distros. Pacman is so comfy and just werks, I can enjoy my coding without being distracted.