projg2 / installkernel-gentoo

Gentoo fork of installkernel from debianutils
GNU General Public License v2.0
19 stars 7 forks source link

Add space before asterisk in grub config updater hook's messages #5

Closed Leo3418 closed 2 years ago

Leo3418 commented 2 years ago

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
mgorny commented 2 years ago

CC @gyakovlev

gyakovlev commented 2 years ago

lgtm

gyakovlev commented 2 years ago

fyi, https://bugs.gentoo.org/833370