GRUB Change after update

one for all

#!/usr/bin/bash
#   pacdiff : a simple pacnew/pacsave updater

Make alias in ~/.config/fish/config.fish

alias pacdif='sudo -H DIFFPROG=meld pacdiff'
( 7/14) Checking for .pacnew and .pacsave files...
.pac* files found:
/etc/default/grub.pacnew
/etc/mkinitcpio.d/linux-amd.preset.pacsave
/etc/pacman.d/mirrorlist.pacnew
Please check and merge
( 8/14) Reloading system bus configuration...
( 9/14) Compiling GSettings XML schema files...
(10/14) Updating icon theme caches...
(11/14) Checking which packages need to be rebuilt
(12/14) Updating the desktop file MIME type cache...
(13/14) Performing snapper post snapshots for the following configurations...
==> root: 569
(14/14) Syncing all file systems...

--> Updating AUR packages with paru..
:: Looking for AUR upgrades...
:: Looking for devel upgrades...
:: Pakete nicht im AUR: safesync
es gibt nichts zu tun

Checking for plugin updates
Nothing to install / update

System updated! 🐧

╭─sgs@i3 in ~ took 25s
🕙 23:57:58
╰─λ pacdif
==> pacnew file found for /etc/default/grub
:: (V)iew, (M)erge, (S)kip, (R)emove pacnew, (O)verwrite with pacnew, (Q)uit: [v/m/s/r/o/q]

pacdiff

pacman-contrib provides the simple pacdiff(8) tool for managing .pac* files. It will search all .pacnew and .pacsave files and ask for any actions on them. It uses vimdiff by default, but you may specify a different tool with

DIFFPROG=your_editor pacdiff

See List of applications/Utilities#Comparison, diff, merge for other common comparison tools.

3 Likes