-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
PR welcomehappily accepting PRs for this featurehappily accepting PRs for this feature
Description
Can you make the script work also when using osk-sdl to unlock LUKS?
This is the script that I set in crypttab from the Mobian package:
#!/bin/sh
if [ -z "${CRYPTTAB_SOURCE}" ] || [ -z "${CRYPTTAB_NAME}" ]; then
echo "This is a crypttab keyscript script, don't run directly." 1>&2
exit 1
fi
export SDL_VIDEODRIVER=kmsdrm
plymouth hide-splash 2>/dev/null
exec /usr/bin/osk-sdl -k -d "${CRYPTTAB_SOURCE}" -n "${CRYPTTAB_NAME}" -c /etc/osk.conf
plymouth show-splash 2>/dev/null
Is possible to integrate it into the keyctl_keyscript one?
Metadata
Metadata
Assignees
Labels
PR welcomehappily accepting PRs for this featurehappily accepting PRs for this feature