Arch pacman -Syu :::: exclude kernel
To avoid having pacman -Syu update the kernel or other packages, add them to the IgnorePkg list. Edit: nano /etc/pacman.conf Set as individual entries, or comma separated list: IgnorePkg = … Read More
To avoid having pacman -Syu update the kernel or other packages, add them to the IgnorePkg list. Edit: nano /etc/pacman.conf Set as individual entries, or comma separated list: IgnorePkg = … Read More
If a crash occurs while running Pacman, the database can be corrupted. Simplest fix – remove the old files, and have pacman recreate at next run: cd /var/lib/pacman/sync rm -R … Read More
Reference: https://wiki.archlinux.org/index.php/Kernel_Panics All is great with pacman -Su – but occasionally unexpected things happen. This morning after updating (including Kernel 4.2.1.1, wifi on MacBookPro11,1Retina broke. It would recognize the network … Read More