pub(crate) fn install_systemd_boot(
device: &Device,
_rootfs: &Utf8Path,
_configopts: &InstallConfigOpts,
_deployment_path: Option<&str>,
autoenroll: Option<SecurebootKeys>,
) -> Result<()>Expand description
Install systemd-boot to the first ESP found among backing devices.
On multi-device setups only the first ESP is installed to; additional ESPs on other backing devices are left untouched.