-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
More an observation than an issue:
I've noticed the following lines on startup:
/etc/profile: line 112: printf: missing unicode digit for \u
/etc/profile: line 116: printf: missing unicode digit for \uBoth printfs are located in the einfo function:
einfo() {
output="$(printf "%b" "${*}")"
...
printf "\033[1;34m *\033[0m %b\n" "${output}"
}The print of "initrd=\EFI\Gentoo\ugrd-6.16.4-gentoo.cpio.xz", which I specified via efibootmgr turned out to be the root cause,
since it contains the \u.
If I prefix the file with something else or place it on the top of the efi directory the issue is gone.
So no big deal, just wanted to mention. Not sure if this could be solved easily. Might not be important anyways.
Metadata
Metadata
Assignees
Labels
No labels