Studying more of the `grub-*` commands...
`grub-mkrelpath` performs some OS-specific init, zeroes out some data, parses commandline flags, defers to `grub_make_system_path_relative`, outputs results, & cleans up.
`grub-mkpassword-pbkdf2` performs some OS-specific init, parses commandline flags, prompts the user for their password & confirmation, validates that they're the same, inits randomness, defers to `grub_crypto_pbkdf2`, outputs results, & cleans up.
1/?