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 Desktop
Packages, which is subscribed to brltty in Ubuntu.
https://bugs.launchpad.net/bugs/2052800
Title:
brltty not properly installed in initramfs
Status in brltty package in Ubuntu:
New
Bug description:
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brltty/+bug/2052800/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp