Small, trivial cosmetic change to make the style of einfo and die messages consistent with other Gentoo programs.
Before:
* Installing the kernel via installkernel ...
run-parts: executing /etc/kernel/postinst.d/91-grub-mkconfig.install 5.16.8 /boot/vmlinuz-5.16.8
* Backing up existing grub config as /boot/grub/grub.cfg~
'/boot/grub/grub.cfg' -> '/boot/grub/grub.cfg~'
* Generating new grub config as /boot/grub/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.16.8
Found initrd image: /boot/initramfs-5.16.8.img
Found linux image: /boot/vmlinuz-5.16.6
Found initrd image: /boot/initramfs-5.16.6.img
After:
* Installing the kernel via installkernel ...
run-parts: executing /etc/kernel/postinst.d/91-grub-mkconfig.install 5.16.8 /boot/vmlinuz-5.16.8
* Backing up existing grub config as /boot/grub/grub.cfg~
'/boot/grub/grub.cfg' -> '/boot/grub/grub.cfg~'
* Generating new grub config as /boot/grub/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.16.8
Found initrd image: /boot/initramfs-5.16.8.img
Found linux image: /boot/vmlinuz-5.16.6
Found initrd image: /boot/initramfs-5.16.6.img
Small, trivial cosmetic change to make the style of
einfo
anddie
messages consistent with other Gentoo programs.Before:
After: