You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Deepin Integration]~[v25-Release] feat: update cryptsetup to 2:2.8.7-1deepin2 by deepin-community-bot[bot]@deepin-community/cryptsetup by deepin-community-ci-bot[bot] #13751
debian/initramfs/hooks/cryptroot: Improve locale handling robustness.
Instead of hardcoding zh_CN, iterate over all installed cryptroot.mo
locale files so that any present or future translation is automatically
included. Replace the mkdir-p-plus-cp pair with install -D -m 0644
to create parent directories on demand and set permissions in one step.
Silently skip missing .mo files instead of erroring out during initramfs
generation.
debian/initramfs/hooks/cryptroot: Use cryptsetup_message for user-facing
prompts, matching the behaviour of other initramfs scripts.
debian/initramfs/hooks/cryptroot: Quote printf arguments to prevent
accidental word-splitting and glob expansion.
Package information | 软件包信息
Package repository address | 软件包仓库地址
Changelog | 更新信息
cryptsetup (2:2.8.7-1deepin2) unstable; urgency=medium
Instead of hardcoding zh_CN, iterate over all installed cryptroot.mo
locale files so that any present or future translation is automatically
included. Replace the mkdir-p-plus-cp pair with
install -D -m 0644to create parent directories on demand and set permissions in one step.
Silently skip missing .mo files instead of erroring out during initramfs
generation.
prompts, matching the behaviour of other initramfs scripts.
accidental word-splitting and glob expansion.