Neel

Results 4 issues of Neel

Fixes https://github.com/launchbadge/sqlx/issues/445. We've been using this in development to refresh RDS tokens and it works pretty well. Some outstanding work is left to do error typing properly.

grub-x86_64-efi still appears to be installed despite choosing to manage the bootloader independently.

bug
installer

Without the crypt header, the `running = !!strcmp(crypt(passwd, pws), pws);` line is misinterpreted by GCC. Fix found from https://github.com/kuravih/gllock/pull/5.

## What/Why/How? Fixes https://github.com/Redocly/redocly-cli/issues/1196. ## Reference ## Testing Tested locally in `/bin/sh` env and works where it was previously failing. ## Screenshots (optional) ## Check yourself - [x] Code changed?...