const char *src_subpath,
int dest_dfd,
const char *dest_subpath,
- OstreeSysrootDebugFlags flags,
GCancellable *cancellable,
GError **error)
{
{
if (!install_into_boot (repo, sepolicy, kernel_layout->boot_dfd, kernel_layout->kernel_srcpath,
bootcsum_dfd, kernel_layout->kernel_namever,
- sysroot->debug_flags,
cancellable, error))
return FALSE;
}
{
if (!install_into_boot (repo, sepolicy, kernel_layout->boot_dfd, kernel_layout->initramfs_srcpath,
bootcsum_dfd, kernel_layout->initramfs_namever,
- sysroot->debug_flags,
cancellable, error))
return FALSE;
}
{
if (!install_into_boot (repo, sepolicy, kernel_layout->boot_dfd, kernel_layout->devicetree_srcpath,
bootcsum_dfd, kernel_layout->devicetree_namever,
- sysroot->debug_flags,
cancellable, error))
return FALSE;
}
{
if (!install_into_boot (repo, sepolicy, kernel_layout->boot_dfd, kernel_layout->kernel_hmac_srcpath,
bootcsum_dfd, kernel_layout->kernel_hmac_namever,
- sysroot->debug_flags,
cancellable, error))
return FALSE;
}