install_systemd_boot

Function install_systemd_boot 

Source
pub(crate) fn install_systemd_boot(
    device: &PartitionTable,
    _rootfs: &Utf8Path,
    _configopts: &InstallConfigOpts,
    _deployment_path: Option<&str>,
    autoenroll: Option<SecurebootKeys>,
) -> Result<()>