Hello everybody, s’been a while since I last posted.
i) The update noticed me about the GRUB update (from /var/log/pacman.log):
[ALPM] upgraded grub (2:2.12-3 -> 2:2.12.r212.g4dc616657-2)
To use the new features provided in this GRUB update, it is recommended to install it to the MBR or UEFI. Due to potential configuration incompatibilities, it is advised to run both, installation and generation of configuration:
# grub-install ...
# grub-mkconfig -o /boot/grub/grub.cfg
I do intend to update GRUB to the newest version, if Pacman could not do it above, with the update.
Apparently I don’t have to?
grub-install --version
grub-install (GRUB) 2:2.12.r212.g4dc616657-2
If I have to … Do I need to do that via live usb? I have MBR+Luks if that matters.
If so, I’d be about to follow the steps of the Manjaro tutorial https://wiki.manjaro.org/index.php/GRUB/Restore_the_GRUB_Bootloader , using the chroot method.
ii) The Pacman update leaves me puzzled. A multilib question was answered here already. Pacman 7.0.0.r6.gc685ae6-2 update
However I also wonder about the dracut part in my diff. As I understand Dracut has to do with building kernels/ their updates. So I wonder how to deal with my pacdiff. Manually.
diff /etc/pacman.conf /etc/pacman.conf.pacnew
18c18
< HoldPkg = pacman glibc dracut kernel-install-for-dracut eos-dracut
---
> HoldPkg = pacman glibc
33,34c33
< Color
< ILoveCandy
---
> #Color
36,37c35,36
< #CheckSpace
< VerbosePkgLists
---
> CheckSpace
> #VerbosePkgLists
75,78d73
< [endeavouros]
< SigLevel = PackageRequired
< Include = /etc/pacman.d/endeavouros-mirrorlist
<
97,98c92,93
< [multilib]
< Include = /etc/pacman.d/mirrorlist
---
> #[multilib]
> #Include = /etc/pacman.d/mirrorlist