[Bug 2052800] [NEW] brltty not properly installed in initramfs
Cigaes
2052800 at bugs.launchpad.net
Fri Feb 9 12:35:43 UTC 2024
Public bug reported:
On Ubuntu 22 LTS, with brltty 6.4-4ubuntu2:
In `/share/initramfs-tools/hooks/brltty`, there is:
```
copy_exec /bin/brltty $DESTDIR/bin/
```
but the `copy_exec` utility function already adds `$DESTDIR` to the target, it results in the binary copied at a wrong place. Indeed, on Noble:
```
copy_exec /bin/brltty /bin
```
As a result, braille does not work to decrypt the disk at boot.
Please backport this fix to 22 LTS.
** Affects: brltty (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of
Accessibility, which is subscribed to brltty in Ubuntu.
https://bugs.launchpad.net/bugs/2052800
Title:
brltty not properly installed in initramfs
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brltty/+bug/2052800/+subscriptions
More information about the Ubuntu-accessibility-bugs
mailing list