You are not logged in.
If you are afraid of kernel update, you can add in /etc/pacman.conf
NoUpgrade=/boot/vmlinuz26
So that it will create a /boot/vmlinuz26.pacnew next time you update your kernel
interesting
what happens if a vmlinuz26.pacnew already exists? does the pacnew get overwritten?
Offline
mmm probably. But I am not sure though.
One hold kernel is enough I think.
The vmlinuz26.pacnew is the new kernel by the way. The old one is still vmlinuz26
Offline
The log does not record post-install messages.
always assumed it did
Offline
or you could always just do
pacman -Syu
then type n. This is so you know what's updating.
yes | pacman -Syu > upgrage.log
and you can run
tail -F upgrade.log
in another term to follow the upgrade's process. Then review upgrade.log to your liking.
Offline