pub(crate) async fn export(
format: &ExportFormat,
target_path: &Utf8Path,
output_path: Option<&Utf8Path>,
kernel_in_boot: bool,
disable_selinux: bool,
) -> Result<()>Expand description
Export a container filesystem to tar format with bootc-specific features.