2017-01-06 06:55:11 +03:00
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
*
* Copyright ( C ) 2013 , 2014 , 2017 Colin Walters < walters @ verbum . org >
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation ; either version 2 of the licence or ( at
* your option ) any later version .
*
* This library is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the GNU
* Lesser General Public License for more details .
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library ; if not , write to the
* Free Software Foundation , Inc . , 59 Temple Place , Suite 330 ,
* Boston , MA 02111 - 1307 , USA .
*/
# pragma once
# include <ostree.h>
2017-01-11 20:09:53 +03:00
GVariant *
rpmostree_find_kernel ( int rootfs_dfd ,
GCancellable * cancellable ,
GError * * error ) ;
2017-01-11 20:40:34 +03:00
gboolean
rpmostree_finalize_kernel ( int rootfs_dfd ,
const char * bootdir ,
const char * kver ,
const char * kernel_path ,
2017-05-26 23:25:41 +03:00
GLnxTmpfile * initramfs_tmpf ,
2017-01-11 20:40:34 +03:00
GCancellable * cancellable ,
GError * * error ) ;
2017-01-06 06:55:11 +03:00
gboolean
rpmostree_run_dracut ( int rootfs_dfd ,
2017-02-24 17:44:40 +03:00
const char * const * argv ,
2017-04-04 16:15:28 +03:00
const char * kver ,
2017-01-04 20:29:01 +03:00
const char * rebuild_from_initramfs ,
2017-05-26 23:25:41 +03:00
GLnxTmpfile * out_initramfs_tmpf ,
2017-01-06 06:55:11 +03:00
GCancellable * cancellable ,
GError * * error ) ;